Searched refs:gst_debug_category_get_name (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gst.c | 861 return strcmp (gst_debug_category_get_name ((GstDebugCategory *) a), in sort_by_category_name() 862 gst_debug_category_get_name ((GstDebugCategory *) b)); in sort_by_category_name() 942 gst_debug_category_get_name (cat), in gst_debug_help() 953 g_print ("%-20s", gst_debug_category_get_name (cat)); in gst_debug_help() 963 g_print ("%-20s %1d %s %s\n", gst_debug_category_get_name (cat), in gst_debug_help()
|
D | gstinfo.c | 1250 gst_debug_level_get_name (level), gst_debug_category_get_name in gst_debug_log_get_line() 1370 gst_debug_category_get_name (category), file, line, function, obj, in gst_debug_log_default() 1398 FPRINTF_DEBUG (log_file, CAT_FMT, gst_debug_category_get_name (category), in gst_debug_log_default() 1411 gst_debug_category_get_name (category), file, line, function, obj, in gst_debug_log_default() 1989 gst_debug_category_get_name (GstDebugCategory * category) in gst_debug_category_get_name() function 2527 gst_debug_category_get_name (GstDebugCategory * category) in gst_debug_category_get_name() function 3316 gst_debug_category_get_name (category), file, line, function, obj, in gst_ring_buffer_logger_log()
|
D | gstinfo.h | 508 const gchar * gst_debug_category_get_name (GstDebugCategory * category); 1546 #define gst_debug_category_get_name(cat) ("") macro
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstinfo.c | 383 fail_unless_equals_string (gst_debug_category_get_name (cat1), "dupli-cat"); in GST_START_TEST()
|