gstreamer_core/gst/gstinfo.h
changeset 19 24ed0baaf8e5
parent 16 8e837d1bf446
equal deleted inserted replaced
18:5824eee55f42 19:24ed0baaf8e5
   551 #define GST_DEBUG_CATEGORY_GET(cat,name)  G_STMT_START{\
   551 #define GST_DEBUG_CATEGORY_GET(cat,name)  G_STMT_START{\
   552   cat = _gst_debug_get_category (name);			\
   552   cat = _gst_debug_get_category (name);			\
   553 }G_STMT_END
   553 }G_STMT_END
   554 #endif
   554 #endif
   555 
   555 
   556 
   556 #ifdef __SYMBIAN32__
       
   557 IMPORT_C
       
   558 #endif
   557 gchar * gst_debug_construct_term_color	(guint colorinfo);
   559 gchar * gst_debug_construct_term_color	(guint colorinfo);
   558 #ifdef __SYMBIAN32__
   560 #ifdef __SYMBIAN32__
   559 IMPORT_C
   561 IMPORT_C
   560 #endif
   562 #endif
   561 
   563 
   566  * GST_CAT_DEFAULT:
   568  * GST_CAT_DEFAULT:
   567  *
   569  *
   568  * Default gstreamer core debug log category. Please define your own.
   570  * Default gstreamer core debug log category. Please define your own.
   569  */
   571  */
   570 GST_EXPORT GstDebugCategory *	GST_CAT_DEFAULT;
   572 GST_EXPORT GstDebugCategory *	GST_CAT_DEFAULT;
       
   573 GST_EXPORT GstDebugLevel            __gst_debug_min; 
       
   574 
   571 /* this symbol may not be used */
   575 /* this symbol may not be used */
   572 extern gboolean			__gst_debug_enabled;
   576 extern gboolean			__gst_debug_enabled;
   573 
   577 
   574 /* since 0.10.7, the min debug level, used for quickly discarding debug
   578 /* since 0.10.7, the min debug level, used for quickly discarding debug
   575  * messages that fall under the threshold. */
   579  * messages that fall under the threshold. */
   576 GST_EXPORT GstDebugLevel            __gst_debug_min; 
   580 #ifdef __SYMBIAN32__
   577 
   581 #ifdef __SYMBIAN32__
   578 #ifdef __SYMBIAN32__
   582 IMPORT_C
       
   583 #endif
   579 GstDebugCategory ** _GST_CAT_DEFAULT();
   584 GstDebugCategory ** _GST_CAT_DEFAULT();
   580 #ifdef __SYMBIAN32__
   585 #ifdef __SYMBIAN32__
   581 IMPORT_C
   586 IMPORT_C
   582 #endif
   587 #endif
   583 
   588 
   584 gboolean*	gst_debug_enabled();
   589 gboolean*	gst_debug_enabled();
   585 #ifdef __SYMBIAN32__
   590 #ifdef __SYMBIAN32__
   586 IMPORT_C
   591 IMPORT_C
   587 #endif
   592 #endif
   588 GstDebugCategory** _GST_CAT_QOS();
   593 GstDebugCategory** _GST_CAT_QOS();
   589 #ifdef __SYMBIAN32__
       
   590 IMPORT_C
       
   591 #endif
       
   592 
       
   593 GstDebugCategory ** _GST_CAT_DEFAULT();
       
   594 
   594 
   595 #ifdef __SYMBIAN32__
   595 #ifdef __SYMBIAN32__
   596 IMPORT_C
   596 IMPORT_C
   597 #endif
   597 #endif
   598 GstDebugLevel*            gst_debug_min();
   598 GstDebugLevel*            gst_debug_min();