Searched refs:GST_LEVEL_NONE (Results 1 – 14 of 14) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstinfo.c | 136 gst_debug_set_default_threshold (GST_LEVEL_NONE); in GST_START_TEST() 214 gst_debug_set_default_threshold (GST_LEVEL_NONE); in GST_START_TEST() 259 gst_debug_set_default_threshold (GST_LEVEL_NONE); in GST_START_TEST() 364 gst_debug_set_default_threshold (GST_LEVEL_NONE); in GST_START_TEST()
|
D | gsttracerrecord.c | 64 gst_debug_set_threshold_for_name ("GST_TRACER", GST_LEVEL_NONE); in cleanup()
|
D | gstelement.c | 98 gst_debug_set_default_threshold (GST_LEVEL_NONE); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/ |
D | config.h | 22 #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
|
D | meson.build | 147 cdata.set('GST_LEVEL_DEFAULT', 'GST_LEVEL_NONE')
|
/third_party/gstreamer/gstreamer/tests/check/pipelines/ |
D | parse-launch.c | 61 gst_debug_set_default_threshold (GST_LEVEL_NONE); in expected_fail_pipe() 615 gst_debug_set_default_threshold (GST_LEVEL_NONE); in GST_START_TEST() 698 gst_debug_set_default_threshold (GST_LEVEL_NONE); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstinfo.h | 77 GST_LEVEL_NONE = 0, enumerator 102 #define GST_LEVEL_DEFAULT GST_LEVEL_NONE 1512 #define _gst_debug_min GST_LEVEL_NONE 1515 #define gst_debug_get_default_threshold() (GST_LEVEL_NONE) 1528 #define gst_debug_get_default_threshold() (GST_LEVEL_NONE) 1545 #define gst_debug_category_get_threshold(category) (GST_LEVEL_NONE)
|
D | gstinfo.c | 207 GstDebugLevel _gst_debug_min = GST_LEVEL_NONE; 1432 case GST_LEVEL_NONE: in gst_debug_level_get_name() 1711 _gst_debug_min = GST_LEVEL_NONE; in gst_debug_set_active() 2489 return GST_LEVEL_NONE; in gst_debug_get_default_threshold() 2523 return GST_LEVEL_NONE; in gst_debug_category_get_threshold()
|
D | gst.c | 994 GstDebugLevel tmp = GST_LEVEL_NONE; in parse_one_option()
|
D | gstenumtypes.c | 690 { C_ENUM(GST_LEVEL_NONE), "GST_LEVEL_NONE", "none" }, in gst_debug_level_get_type()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstav.c | 109 gst_level = GST_LEVEL_NONE; in gst_ffmpeg_log_callback()
|
/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()
|