/third_party/gstreamer/gstplugins_bad/ext/rtmp/ |
D | gstrtmpelement.c | 55 gst_level = GST_LEVEL_INFO; in gst_rtmp_log_callback() 87 case GST_LEVEL_INFO: in _set_debug_level()
|
/third_party/gstreamer/gstplugins_base/ext/opus/ |
D | gstopuscommon.c | 100 if (gst_debug_category_get_threshold (category) < GST_LEVEL_INFO) in gst_opus_common_log_channel_mapping_table() 109 GST_CAT_LEVEL_LOG (category, GST_LEVEL_INFO, element, "%s: %s", msg, s->str); in gst_opus_common_log_channel_mapping_table()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstinfo.h | 81 GST_LEVEL_INFO = 4, enumerator 1090 #define GST_CAT_INFO_OBJECT(cat,obj,...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_INFO, obj, __VA_ARGS… 1098 #define GST_CAT_INFO(cat,...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_INFO, NULL, __VA_ARGS__) 1106 #define GST_INFO_OBJECT(obj,...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_INFO, obj, __VA_… 1114 #define GST_INFO(...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_INFO, NULL, __VA_ARGS__) 1125 #define GST_CAT_INFO_OBJECT(cat,obj,args...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_INFO, obj, ##arg… 1133 #define GST_CAT_INFO(cat,args...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_INFO, NULL, ##args ) 1141 #define GST_INFO_OBJECT(obj,args...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_INFO, obj, #… 1149 #define GST_INFO(args...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_INFO, NULL, ##args ) 1186 GST_CAT_LEVEL_LOG_valist (cat, GST_LEVEL_INFO, obj, format, varargs); in GST_CAT_INFO_OBJECT() [all …]
|
D | gstinfo.c | 1438 case GST_LEVEL_INFO: in gst_debug_level_get_name() 2114 *level = GST_LEVEL_INFO; in parse_debug_level()
|
D | gstenumtypes.c | 694 { C_ENUM(GST_LEVEL_INFO), "GST_LEVEL_INFO", "info" }, in gst_debug_level_get_type()
|
D | gstpad.c | 5031 (ret >= GST_FLOW_EOS) ? GST_LEVEL_INFO : GST_LEVEL_WARNING, in gst_pad_get_range_unchecked() 5246 (ret >= GST_FLOW_EOS) ? GST_LEVEL_INFO : GST_LEVEL_WARNING, in gst_pad_pull_range()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstav.c | 115 gst_level = GST_LEVEL_INFO; in gst_ffmpeg_log_callback() 121 gst_level = GST_LEVEL_INFO; in gst_ffmpeg_log_callback()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | rtpulpfeccommon.h | 32 …PACKET(obj, name, pkt) rtp_ulpfec_log_rtppacket (GST_CAT_DEFAULT, GST_LEVEL_INFO, obj, name, pk… 35 …FEC_PACKET(obj, pkt) rtp_ulpfec_log_fec_packet (GST_CAT_DEFAULT, GST_LEVEL_INFO, obj, pkt)
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | misc.h | 354 VBI_CAT_LEVEL_LOG (GST_LEVEL_INFO, NULL, templ , ##args) 356 VBI_CAT_LEVEL_LOG (GST_LEVEL_INFO, NULL, templ , ##args) 369 VBI_CAT_LEVEL_LOG (GST_LEVEL_INFO, NULL, templ, __VA_ARGS__) 371 VBI_CAT_LEVEL_LOG (GST_LEVEL_INFO, NULL, templ, __VA_ARGS__)
|
/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtelement.c | 51 gst_level = GST_LEVEL_INFO; in gst_srt_log_handler()
|
/third_party/gstreamer/gstplugins_base/ext/libvisual/ |
D | plugin.c | 90 GINT_TO_POINTER (GST_LEVEL_INFO)); in plugin_init()
|
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/ |
D | gstmpeg2enc.cc | 776 gst_level = GST_LEVEL_INFO; in gst_mpeg2enc_log_callback() 780 gst_level = GST_LEVEL_INFO; in gst_mpeg2enc_log_callback()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/ |
D | gstfdmemory.c | 125 level = GST_LEVEL_INFO; in gst_fd_mem_map()
|
/third_party/gstreamer/gstplugins_bad/ext/mplex/ |
D | gstmplex.cc | 788 gst_level = GST_LEVEL_INFO; in gst_mplex_log_callback() 792 gst_level = GST_LEVEL_INFO; in gst_mplex_log_callback()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/ |
D | gstd3d11device.cpp | 198 return GST_LEVEL_INFO; in d3d11_message_severity_to_gst() 241 level = GST_LEVEL_INFO; in gst_d3d11_device_d3d11_debug() 313 return GST_LEVEL_INFO; in dxgi_info_queue_message_severity_to_gst()
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264dec.cpp | 143 lvl = GST_LEVEL_INFO; in openh264_trace_cb()
|
/third_party/gstreamer/gstplugins_bad/ext/lv2/ |
D | gstlv2utils.c | 51 gst_debug_log_valist (lv2_debug, GST_LEVEL_INFO, "", "", 0, NULL, fmt, ap); in lv2_log_printf() 60 gst_debug_log_valist (lv2_debug, GST_LEVEL_INFO, "", "", 0, NULL, fmt, ap); in lv2_log_vprintf()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstinfo.c | 317 gst_debug_log_valist (GST_CAT_DEFAULT, GST_LEVEL_INFO, __FILE__, GST_FUNCTION, in call_GST_INFO()
|
/third_party/gstreamer/gstplugins_bad/ext/curl/ |
D | gstcurlhttpsrc.c | 502 gst_debug_log (gst_curl_loop_debug, GST_LEVEL_INFO, __FILE__, __func__, in gst_curl_http_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 33926 50 | gst_debug_log_valist (lv2_debug, GST_LEVEL_INFO, "", "", 0, NULL, fmt, ap); 33929 50 | gst_debug_log_valist (lv2_debug, GST_LEVEL_INFO, "", "", 0, NULL, fmt, ap);
|