/third_party/gstreamer/gstplugins_bad/ext/rtmp/ |
D | gstrtmpelement.c | 58 gst_level = GST_LEVEL_DEBUG; in gst_rtmp_log_callback() 90 case GST_LEVEL_DEBUG: in _set_debug_level()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstinfo.h | 82 GST_LEVEL_DEBUG = 5, enumerator 1091 #define GST_CAT_DEBUG_OBJECT(cat,obj,...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_DEBUG, obj, __VA_ARG… 1099 #define GST_CAT_DEBUG(cat,...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_DEBUG, NULL, __VA_ARGS__) 1107 #define GST_DEBUG_OBJECT(obj,...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_DEBUG, obj, __VA… 1115 #define GST_DEBUG(...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_DEBUG, NULL, __VA_ARGS__) 1126 #define GST_CAT_DEBUG_OBJECT(cat,obj,args...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_DEBUG, obj, ##ar… 1134 #define GST_CAT_DEBUG(cat,args...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_DEBUG, NULL, ##args ) 1142 #define GST_DEBUG_OBJECT(obj,args...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_DEBUG, obj, … 1150 #define GST_DEBUG(args...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_DEBUG, NULL, ##args ) 1197 GST_CAT_LEVEL_LOG_valist (cat, GST_LEVEL_DEBUG, obj, format, varargs); in GST_CAT_DEBUG_OBJECT() [all …]
|
D | gstinfo.c | 1440 case GST_LEVEL_DEBUG: in gst_debug_level_get_name() 2116 *level = GST_LEVEL_DEBUG; in parse_debug_level()
|
D | gstenumtypes.c | 695 { C_ENUM(GST_LEVEL_DEBUG), "GST_LEVEL_DEBUG", "debug" }, in gst_debug_level_get_type()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstinfo.c | 401 gst_debug_set_threshold_for_name ("GST_STATES", GST_LEVEL_DEBUG); in GST_START_TEST() 407 fail_unless_equals_int (cat1, 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() 437 fail_unless_equals_int (cat1, GST_LEVEL_DEBUG); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | rtpulpfeccommon.h | 31 …_PACKET(obj, name, pkt) rtp_ulpfec_log_rtppacket (GST_CAT_DEFAULT, GST_LEVEL_DEBUG, obj, name, p… 34 …FEC_PACKET(obj, pkt) rtp_ulpfec_log_fec_packet (GST_CAT_DEFAULT, GST_LEVEL_DEBUG, obj, pkt)
|
/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtelement.c | 55 gst_level = GST_LEVEL_DEBUG; in gst_srt_log_handler()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfaudioenc.cpp | 134 gst_mf_dump_attributes (out_type.Get (), "Set output type", GST_LEVEL_DEBUG); in gst_mf_audio_enc_set_format() 147 gst_mf_dump_attributes (in_type.Get (), "Set input type", GST_LEVEL_DEBUG); in gst_mf_audio_enc_set_format()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstav.c | 118 gst_level = GST_LEVEL_DEBUG; in gst_ffmpeg_log_callback()
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | parse.l | 45 GST_CAT_LEVEL_LOG_valist (GST_CAT_PIPELINE, GST_LEVEL_DEBUG, NULL,
|
D | lex.priv_gst_parse_yy.c | 1083 GST_CAT_LEVEL_LOG_valist (GST_CAT_PIPELINE, GST_LEVEL_DEBUG, NULL, in PRINT()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | misc.h | 358 VBI_CAT_LEVEL_LOG (GST_LEVEL_DEBUG, NULL, templ , ##args) 373 VBI_CAT_LEVEL_LOG (GST_LEVEL_DEBUG, NULL, templ, __VA_ARGS__)
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstgldebug.c | 352 if (level >= GST_LEVEL_DEBUG) { in _gst_gl_debug_enable()
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264dec.cpp | 141 lvl = GST_LEVEL_DEBUG; in openh264_trace_cb()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/ |
D | gstd3d11device.cpp | 200 return GST_LEVEL_DEBUG; in d3d11_message_severity_to_gst() 315 return GST_LEVEL_DEBUG; in dxgi_info_queue_message_severity_to_gst()
|
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/ |
D | gstd3d9overlay.c | 49 CASE_HR_DBG_ERR_END(sink, gst_err_msg, GST_LEVEL_DEBUG)
|
D | d3dhelpers.c | 102 CASE_HR_DBG_ERR_END(sink, gst_err_msg, GST_LEVEL_DEBUG) 127 (is_error?GST_LEVEL_ERROR:GST_LEVEL_DEBUG), \
|
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/ |
D | gstmpeg2enc.cc | 778 gst_level = GST_LEVEL_DEBUG; in gst_mpeg2enc_log_callback()
|
/third_party/gstreamer/gstplugins_bad/ext/avtp/ |
D | gstavtpcvfdepay.c | 189 if (gst_debug_category_get_threshold (GST_CAT_DEFAULT) >= GST_LEVEL_DEBUG) { in gst_avtp_cvf_depay_push()
|
/third_party/gstreamer/gstplugins_bad/ext/mplex/ |
D | gstmplex.cc | 790 gst_level = GST_LEVEL_DEBUG; in gst_mplex_log_callback()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gsth264decoder.c | 2611 if (gst_debug_category_get_threshold (GST_CAT_DEFAULT) >= GST_LEVEL_DEBUG) { in construct_ref_pic_lists_p() 2736 if (gst_debug_category_get_threshold (GST_CAT_DEFAULT) >= GST_LEVEL_DEBUG in construct_ref_field_pic_lists_p() 2798 if (gst_debug_category_get_threshold (GST_CAT_DEFAULT) < GST_LEVEL_DEBUG) in print_ref_pic_list_b()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/ |
D | sctpassociation.c | 178 #define USRSCTP_GST_DEBUG_LEVEL GST_LEVEL_DEBUG
|
/third_party/gstreamer/gstplugins_bad/sys/winks/ |
D | gstksvideodevice.c | 38 (gst_debug_category_get_threshold (GST_CAT_DEFAULT) >= GST_LEVEL_DEBUG)
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstinputselector.c | 863 if (gst_debug_category_get_threshold (input_selector_debug) < GST_LEVEL_DEBUG) in gst_input_selector_debug_cached_buffers()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 35247 …#define GST_DEBUG(...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_DEBUG, NUL… 209063 Remove ENABLE_CLOCK_DEBUG define, it's GST_LEVEL_DEBUG after all.
|