Home
last modified time | relevance | path

Searched refs:GST_LEVEL_LOG (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/rtmp/
Dgstrtmpelement.c61 gst_level = GST_LEVEL_LOG; in gst_rtmp_log_callback()
93 case GST_LEVEL_LOG: in _set_debug_level()
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.h83 GST_LEVEL_LOG = 6, enumerator
1092 #define GST_CAT_LOG_OBJECT(cat,obj,...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_LOG, obj, __VA_ARGS…
1100 #define GST_CAT_LOG(cat,...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_LOG, NULL, __VA_ARGS__)
1108 #define GST_LOG_OBJECT(obj,...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_LOG, obj, __VA_…
1116 #define GST_LOG(...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_LOG, NULL, __VA_ARGS__)
1127 #define GST_CAT_LOG_OBJECT(cat,obj,args...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_LOG, obj, ##args…
1135 #define GST_CAT_LOG(cat,args...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_LOG, NULL, ##args )
1143 #define GST_LOG_OBJECT(obj,args...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_LOG, obj, ##…
1151 #define GST_LOG(args...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_LOG, NULL, ##args )
1208 GST_CAT_LEVEL_LOG_valist (cat, GST_LEVEL_LOG, obj, format, varargs); in GST_CAT_LOG_OBJECT()
[all …]
Dgstobject.c461 if (G_UNLIKELY (_gst_debug_min >= GST_LEVEL_LOG)) { in gst_object_dispatch_properties_changed()
Dgstinfo.c1442 case GST_LEVEL_LOG: in gst_debug_level_get_name()
2118 *level = GST_LEVEL_LOG; in parse_debug_level()
Dgstenumtypes.c692 { C_ENUM(GST_LEVEL_LOG), "GST_LEVEL_LOG", "log" }, in gst_debug_level_get_type()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstinfo.c65 gst_debug_set_default_threshold (GST_LEVEL_LOG); in GST_START_TEST()
151 gst_debug_set_default_threshold (GST_LEVEL_LOG); in GST_START_TEST()
255 gst_debug_set_default_threshold (GST_LEVEL_LOG); in GST_START_TEST()
333 gst_debug_set_default_threshold (GST_LEVEL_LOG); in GST_START_TEST()
516 GST_LEVEL_LOG); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/srt/
Dgstsrtelement.c59 gst_level = GST_LEVEL_LOG; in gst_srt_log_handler()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Damf.c605 if (G_UNLIKELY (GST_LEVEL_LOG <= _gst_debug_min) && in dump_argument()
606 GST_LEVEL_LOG <= gst_debug_category_get_threshold (GST_CAT_DEFAULT)) { in dump_argument()
911 if (G_UNLIKELY (GST_LEVEL_LOG <= _gst_debug_min) && in gst_amf_node_parse()
912 GST_LEVEL_LOG <= gst_debug_category_get_threshold (GST_CAT_DEFAULT)) { in gst_amf_node_parse()
1146 if (G_UNLIKELY (GST_LEVEL_LOG <= _gst_debug_min) && in gst_amf_node_serialize()
1147 GST_LEVEL_LOG <= gst_debug_category_get_threshold (GST_CAT_DEFAULT)) { in gst_amf_node_serialize()
Drtmpmessage.c261 if (G_LIKELY (GST_LEVEL_LOG > _gst_debug_min || GST_LEVEL_LOG > in gst_rtmp_buffer_dump()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpulpfeccommon.h30 …PACKET(obj, name, pkt) rtp_ulpfec_log_rtppacket (GST_CAT_DEFAULT, GST_LEVEL_LOG, obj, name, pk…
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dmisc.h360 VBI_CAT_LEVEL_LOG (GST_LEVEL_LOG, NULL, templ , ##args)
375 VBI_CAT_LEVEL_LOG (GST_LEVEL_LOG, NULL, templ, __VA_ARGS__)
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp139 lvl = GST_LEVEL_LOG; in openh264_trace_cb()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11device.cpp205 return GST_LEVEL_LOG; in d3d11_message_severity_to_gst()
320 return GST_LEVEL_LOG; in dxgi_info_queue_message_severity_to_gst()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Debml-read.c214 if (ebmlread_debug->threshold >= GST_LEVEL_LOG) { in gst_ebml_peek_id_full()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkinstance.c1041 if (vulkan_debug_level >= GST_LEVEL_LOG) in gst_vulkan_instance_open()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dmediacapturewrapper.cpp789 if (gst_debug_category_get_threshold (GST_CAT_DEFAULT) >= GST_LEVEL_LOG) { in mediaCaptureInitPost()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux_dump.c1106 if (qtdemux_debug->threshold < GST_LEVEL_LOG) in qtdemux_node_dump()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemory.c285 GST_CAT_GL_MEMORY, GST_LEVEL_LOG, NULL, "%s took", func_name); in _gst_gl_memory_start_log()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c9793 if (gst_debug_category_get_threshold (GST_CAT_DEFAULT) < GST_LEVEL_LOG) in gst_rtspsrc_print_rtsp_message()
9961 if (gst_debug_category_get_threshold (GST_CAT_DEFAULT) < GST_LEVEL_LOG) in gst_rtspsrc_print_sdp_message()