diff -r 5824eee55f42 -r 24ed0baaf8e5 gstreamer_core/gst/gstinfo.h --- a/gstreamer_core/gst/gstinfo.h Fri Apr 16 16:18:02 2010 -0500 +++ b/gstreamer_core/gst/gstinfo.h Fri Apr 30 19:11:56 2010 -0500 @@ -553,7 +553,9 @@ }G_STMT_END #endif - +#ifdef __SYMBIAN32__ +IMPORT_C +#endif gchar * gst_debug_construct_term_color (guint colorinfo); #ifdef __SYMBIAN32__ IMPORT_C @@ -568,14 +570,17 @@ * Default gstreamer core debug log category. Please define your own. */ GST_EXPORT GstDebugCategory * GST_CAT_DEFAULT; +GST_EXPORT GstDebugLevel __gst_debug_min; + /* this symbol may not be used */ extern gboolean __gst_debug_enabled; /* since 0.10.7, the min debug level, used for quickly discarding debug * messages that fall under the threshold. */ -GST_EXPORT GstDebugLevel __gst_debug_min; - +#ifdef __SYMBIAN32__ #ifdef __SYMBIAN32__ +IMPORT_C +#endif GstDebugCategory ** _GST_CAT_DEFAULT(); #ifdef __SYMBIAN32__ IMPORT_C @@ -586,11 +591,6 @@ IMPORT_C #endif GstDebugCategory** _GST_CAT_QOS(); -#ifdef __SYMBIAN32__ -IMPORT_C -#endif - -GstDebugCategory ** _GST_CAT_DEFAULT(); #ifdef __SYMBIAN32__ IMPORT_C