Home
last modified time | relevance | path

Searched refs:GST_LEVEL_DEBUG (Results 1 – 25 of 27) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/ext/rtmp/
Dgstrtmpelement.c58 gst_level = GST_LEVEL_DEBUG; in gst_rtmp_log_callback()
90 case GST_LEVEL_DEBUG: in _set_debug_level()
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.h82 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 …]
Dgstinfo.c1440 case GST_LEVEL_DEBUG: in gst_debug_level_get_name()
2116 *level = GST_LEVEL_DEBUG; in parse_debug_level()
Dgstenumtypes.c695 { C_ENUM(GST_LEVEL_DEBUG), "GST_LEVEL_DEBUG", "debug" }, in gst_debug_level_get_type()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstinfo.c401 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/
Drtpulpfeccommon.h31 …_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/
Dgstsrtelement.c55 gst_level = GST_LEVEL_DEBUG; in gst_srt_log_handler()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfaudioenc.cpp134 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/
Dgstav.c118 gst_level = GST_LEVEL_DEBUG; in gst_ffmpeg_log_callback()
/third_party/gstreamer/gstreamer/gst/parse/
Dparse.l45 GST_CAT_LEVEL_LOG_valist (GST_CAT_PIPELINE, GST_LEVEL_DEBUG, NULL,
Dlex.priv_gst_parse_yy.c1083 GST_CAT_LEVEL_LOG_valist (GST_CAT_PIPELINE, GST_LEVEL_DEBUG, NULL, in PRINT()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dmisc.h358 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/
Dgstgldebug.c352 if (level >= GST_LEVEL_DEBUG) { in _gst_gl_debug_enable()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp141 lvl = GST_LEVEL_DEBUG; in openh264_trace_cb()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11device.cpp200 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/
Dgstd3d9overlay.c49 CASE_HR_DBG_ERR_END(sink, gst_err_msg, GST_LEVEL_DEBUG)
Dd3dhelpers.c102 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/
Dgstmpeg2enc.cc778 gst_level = GST_LEVEL_DEBUG; in gst_mpeg2enc_log_callback()
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpcvfdepay.c189 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/
Dgstmplex.cc790 gst_level = GST_LEVEL_DEBUG; in gst_mplex_log_callback()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264decoder.c2611 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/
Dsctpassociation.c178 #define USRSCTP_GST_DEBUG_LEVEL GST_LEVEL_DEBUG
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dgstksvideodevice.c38 (gst_debug_category_get_threshold (GST_CAT_DEFAULT) >= GST_LEVEL_DEBUG)
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstinputselector.c863 if (gst_debug_category_get_threshold (input_selector_debug) < GST_LEVEL_DEBUG) in gst_input_selector_debug_cached_buffers()
/third_party/gstreamer/gstplugins_bad/
DChangeLog35247 …#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.

12