Home
last modified time | relevance | path

Searched refs:GST_LEVEL_INFO (Results 1 – 20 of 20) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/rtmp/
Dgstrtmpelement.c55 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/
Dgstopuscommon.c100 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/
Dgstinfo.h81 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 …]
Dgstinfo.c1438 case GST_LEVEL_INFO: in gst_debug_level_get_name()
2114 *level = GST_LEVEL_INFO; in parse_debug_level()
Dgstenumtypes.c694 { C_ENUM(GST_LEVEL_INFO), "GST_LEVEL_INFO", "info" }, in gst_debug_level_get_type()
Dgstpad.c5031 (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/
Dgstav.c115 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/
Drtpulpfeccommon.h32 …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/
Dmisc.h354 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/
Dgstsrtelement.c51 gst_level = GST_LEVEL_INFO; in gst_srt_log_handler()
/third_party/gstreamer/gstplugins_base/ext/libvisual/
Dplugin.c90 GINT_TO_POINTER (GST_LEVEL_INFO)); in plugin_init()
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/
Dgstmpeg2enc.cc776 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/
Dgstfdmemory.c125 level = GST_LEVEL_INFO; in gst_fd_mem_map()
/third_party/gstreamer/gstplugins_bad/ext/mplex/
Dgstmplex.cc788 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/
Dgstd3d11device.cpp198 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/
Dgstopenh264dec.cpp143 lvl = GST_LEVEL_INFO; in openh264_trace_cb()
/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2utils.c51 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/
Dgstinfo.c317 gst_debug_log_valist (GST_CAT_DEFAULT, GST_LEVEL_INFO, __FILE__, GST_FUNCTION, in call_GST_INFO()
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlhttpsrc.c502 gst_debug_log (gst_curl_loop_debug, GST_LEVEL_INFO, __FILE__, __func__, in gst_curl_http_src_class_init()
/third_party/gstreamer/gstplugins_bad/
DChangeLog33926 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);