/third_party/gstreamer/gstplugins_bad/ext/rtmp/ |
D | gstrtmpelement.c | 49 gst_level = GST_LEVEL_ERROR; in gst_rtmp_log_callback() 80 case GST_LEVEL_ERROR: in _set_debug_level()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstinfo.h | 78 GST_LEVEL_ERROR = 1, enumerator 1088 #define GST_CAT_ERROR_OBJECT(cat,obj,...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_ERROR, obj, __VA_ARG… 1096 #define GST_CAT_ERROR(cat,...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_ERROR, NULL, __VA_ARGS__) 1104 #define GST_ERROR_OBJECT(obj,...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_ERROR, obj, __VA… 1112 #define GST_ERROR(...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_ERROR, NULL, __VA_ARGS__) 1123 #define GST_CAT_ERROR_OBJECT(cat,obj,args...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_ERROR, obj, ##ar… 1131 #define GST_CAT_ERROR(cat,args...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_ERROR, NULL, ##args ) 1139 #define GST_ERROR_OBJECT(obj,args...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_ERROR, obj, … 1147 #define GST_ERROR(args...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_ERROR, NULL, ##args ) 1164 GST_CAT_LEVEL_LOG_valist (cat, GST_LEVEL_ERROR, obj, format, varargs); in GST_CAT_ERROR_OBJECT() [all …]
|
D | gstinfo.c | 1434 case GST_LEVEL_ERROR: in gst_debug_level_get_name() 2108 *level = GST_LEVEL_ERROR; in parse_debug_level()
|
D | gstenumtypes.c | 691 { C_ENUM(GST_LEVEL_ERROR), "GST_LEVEL_ERROR", "error" }, in gst_debug_level_get_type()
|
/third_party/gstreamer/gstplugins_base/ext/libvisual/ |
D | plugin.c | 94 GINT_TO_POINTER (GST_LEVEL_ERROR)); in plugin_init() 96 GINT_TO_POINTER (GST_LEVEL_ERROR)); in plugin_init()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglquery.c | 142 gst_gl_query_start_log (q1, NULL, GST_LEVEL_ERROR, NULL, "%s", in _test_query_start_log_gl() 190 gst_gl_query_counter_log (&q2, gst_test_debug_cat, GST_LEVEL_ERROR, NULL, in _test_query_counter_log_gl()
|
/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtelement.c | 43 gst_level = GST_LEVEL_ERROR; in gst_srt_log_handler()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstav.c | 112 gst_level = GST_LEVEL_ERROR; in gst_ffmpeg_log_callback()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/ |
D | gstd3d11device.cpp | 194 return GST_LEVEL_ERROR; in d3d11_message_severity_to_gst() 238 level > GST_LEVEL_ERROR) { in gst_d3d11_device_d3d11_debug() 309 return GST_LEVEL_ERROR; in dxgi_info_queue_message_severity_to_gst() 968 GST_LEVEL_ERROR) { in gst_d3d11_device_setup_debug_layer() 1060 GST_LEVEL_ERROR) { in gst_d3d11_device_new_internal()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | misc.h | 350 VBI_CAT_LEVEL_LOG (GST_LEVEL_ERROR, NULL, templ , ##args) 365 VBI_CAT_LEVEL_LOG (GST_LEVEL_ERROR, NULL, templ, __VA_ARGS__)
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkinstance.c | 821 if (vulkan_debug_level >= GST_LEVEL_ERROR) { in gst_vulkan_instance_fill_info_unlocked() 999 if (vulkan_debug_level >= GST_LEVEL_ERROR in gst_vulkan_instance_open() 1035 if (vulkan_debug_level >= GST_LEVEL_ERROR) in gst_vulkan_instance_open()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/ |
D | gstfdmemory.c | 128 level = GST_LEVEL_ERROR; in gst_fd_mem_map()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstgldebug.c | 361 if (level >= GST_LEVEL_ERROR) { in _gst_gl_debug_enable()
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264dec.cpp | 147 lvl = GST_LEVEL_ERROR; in openh264_trace_cb()
|
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/ |
D | gstd3d9overlay.c | 47 CASE_HR_DBG_ERR_END(sink, gst_err_msg, GST_LEVEL_ERROR)
|
D | d3dhelpers.c | 100 CASE_HR_DBG_ERR_END(sink, gst_err_msg, GST_LEVEL_ERROR) 127 (is_error?GST_LEVEL_ERROR:GST_LEVEL_DEBUG), \
|
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/ |
D | gstmpeg2enc.cc | 772 gst_level = GST_LEVEL_ERROR; in gst_mpeg2enc_log_callback()
|
/third_party/gstreamer/gstplugins_bad/ext/mplex/ |
D | gstmplex.cc | 784 gst_level = GST_LEVEL_ERROR; in gst_mplex_log_callback()
|
/third_party/gstreamer/gstreamer/ |
D | meson.build | 145 cdata.set('GST_LEVEL_DEFAULT', 'GST_LEVEL_ERROR')
|