Searched refs:gst_debug_set_threshold_for_name (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gsttracerrecord.c | 55 gst_debug_set_threshold_for_name ("GST_TRACER", GST_LEVEL_TRACE); in setup() 64 gst_debug_set_threshold_for_name ("GST_TRACER", GST_LEVEL_NONE); in cleanup()
|
D | gstinfo.c | 401 gst_debug_set_threshold_for_name ("GST_STATES", GST_LEVEL_DEBUG); in GST_START_TEST() 427 gst_debug_set_threshold_for_name ("GST_STATES", GST_LEVEL_DEBUG); in GST_START_TEST() 428 gst_debug_set_threshold_for_name ("GST_CAPS", GST_LEVEL_DEBUG); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | profile.c | 155 gst_debug_set_threshold_for_name ("default", GST_LEVEL_NONE); in GST_START_TEST() 417 gst_debug_set_threshold_for_name ("default", GST_LEVEL_NONE); in GST_START_TEST()
|
D | video.c | 1027 gst_debug_set_threshold_for_name ("default", GST_LEVEL_NONE); in GST_START_TEST() 1115 gst_debug_set_threshold_for_name ("default", GST_LEVEL_NONE); in GST_START_TEST() 1179 gst_debug_set_threshold_for_name ("default", GST_LEVEL_NONE); in GST_START_TEST()
|
D | tag.c | 951 gst_debug_set_threshold_for_name ("tag-licenses", GST_LEVEL_NONE); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstinfo.h | 486 void gst_debug_set_threshold_for_name (const gchar * name, 1529 #define gst_debug_set_threshold_for_name(name,level) G_STMT_START{ }G_STMT_END macro
|
D | gstinfo.c | 1819 gst_debug_set_threshold_for_name (const gchar * name, GstDebugLevel level) in gst_debug_set_threshold_for_name() function 2167 gst_debug_set_threshold_for_name (category, level); in gst_debug_set_threshold_from_string() 2493 gst_debug_set_threshold_for_name (const gchar * name, GstDebugLevel level) in gst_debug_set_threshold_for_name() function
|