Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/rtmp/
Dgstrtmpelement.c49 gst_level = GST_LEVEL_ERROR; in gst_rtmp_log_callback()
80 case GST_LEVEL_ERROR: in _set_debug_level()
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.h78 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 …]
Dgstinfo.c1434 case GST_LEVEL_ERROR: in gst_debug_level_get_name()
2108 *level = GST_LEVEL_ERROR; in parse_debug_level()
Dgstenumtypes.c691 { C_ENUM(GST_LEVEL_ERROR), "GST_LEVEL_ERROR", "error" }, in gst_debug_level_get_type()
/third_party/gstreamer/gstplugins_base/ext/libvisual/
Dplugin.c94 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/
Dgstglquery.c142 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/
Dgstsrtelement.c43 gst_level = GST_LEVEL_ERROR; in gst_srt_log_handler()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstav.c112 gst_level = GST_LEVEL_ERROR; in gst_ffmpeg_log_callback()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11device.cpp194 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/
Dmisc.h350 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/
Dgstvkinstance.c821 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/
Dgstfdmemory.c128 level = GST_LEVEL_ERROR; in gst_fd_mem_map()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgldebug.c361 if (level >= GST_LEVEL_ERROR) { in _gst_gl_debug_enable()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp147 lvl = GST_LEVEL_ERROR; in openh264_trace_cb()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dgstd3d9overlay.c47 CASE_HR_DBG_ERR_END(sink, gst_err_msg, GST_LEVEL_ERROR)
Dd3dhelpers.c100 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/
Dgstmpeg2enc.cc772 gst_level = GST_LEVEL_ERROR; in gst_mpeg2enc_log_callback()
/third_party/gstreamer/gstplugins_bad/ext/mplex/
Dgstmplex.cc784 gst_level = GST_LEVEL_ERROR; in gst_mplex_log_callback()
/third_party/gstreamer/gstreamer/
Dmeson.build145 cdata.set('GST_LEVEL_DEFAULT', 'GST_LEVEL_ERROR')