Home
last modified time | relevance | path

Searched refs:GST_CAT_LEVEL_LOG (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstinfo.h688 #define GST_CAT_LEVEL_LOG(cat,level,object,...) G_STMT_START{ \ macro
696 #define GST_CAT_LEVEL_LOG(cat,level,object,args...) G_STMT_START{ \ macro
714 GST_CAT_LEVEL_LOG (GstDebugCategory * cat, GstDebugLevel level, in GST_CAT_LEVEL_LOG() function
1088 #define GST_CAT_ERROR_OBJECT(cat,obj,...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_ERROR, obj, __VA_ARG…
1089 #define GST_CAT_WARNING_OBJECT(cat,obj,...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_WARNING, obj, __VA_A…
1090 #define GST_CAT_INFO_OBJECT(cat,obj,...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_INFO, obj, __VA_ARGS…
1091 #define GST_CAT_DEBUG_OBJECT(cat,obj,...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_DEBUG, obj, __VA_ARG…
1092 #define GST_CAT_LOG_OBJECT(cat,obj,...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_LOG, obj, __VA_ARGS…
1093 #define GST_CAT_FIXME_OBJECT(cat,obj,...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_FIXME, obj, __VA_ARG…
1094 #define GST_CAT_TRACE_OBJECT(cat,obj,...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_TRACE, obj, __VA_ARG…
[all …]
Dgstpad.c5030 GST_CAT_LEVEL_LOG (GST_CAT_SCHEDULING, in gst_pad_get_range_unchecked()
5245 GST_CAT_LEVEL_LOG (GST_CAT_SCHEDULING, in gst_pad_pull_range()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpulpfeccommon.c399 GST_CAT_LEVEL_LOG (cat, level, object, in rtp_ulpfec_log_rtppacket()
425 GST_CAT_LEVEL_LOG (cat, level, object, in rtp_ulpfec_log_fec_packet()
441 GST_CAT_LEVEL_LOG (cat, level, object, in rtp_ulpfec_log_fec_packet()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopuscommon.c109 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/gstplugins_base/ext/libvisual/
Dplugin.c33 GST_CAT_LEVEL_LOG (libvisual_debug, (GstDebugLevel) GPOINTER_TO_INT (priv), in libvisual_log_handler()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/
Dgstfdmemory.c132 GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, level, NULL, in gst_fd_mem_map()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dgstd3d9overlay.c45 GST_CAT_LEVEL_LOG(GST_CAT_DEFAULT, level, sink, "%s HRESULT: %s", t1?t1:"", str_err);
Dd3dhelpers.c98 GST_CAT_LEVEL_LOG(GST_CAT_DEFAULT, level, sink, "%s HRESULT: %s", t1?t1:"", str_err);
126 GST_CAT_LEVEL_LOG(GST_CAT_DEFAULT, \
/third_party/gstreamer/gstplugins_base/
DChangeLog5629 GST_CAT_LEVEL_LOG (libvisual_debug, (GstDebugLevel) (priv), NULL, "%s - %s",
11774 …x86_64/include/gstreamer-1.0/gst/gstinfo.h:1068:27: note: in expansion of macro ‘GST_CAT_LEVEL_LOG
11775 …1068 | #define GST_WARNING(...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_WARNING, NULL, __VA…
11792 …x86_64/include/gstreamer-1.0/gst/gstinfo.h:1068:27: note: in expansion of macro ‘GST_CAT_LEVEL_LOG
11793 …1068 | #define GST_WARNING(...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_WARNING, NULL, __VA…
11809 …x86_64/include/gstreamer-1.0/gst/gstinfo.h:1068:27: note: in expansion of macro ‘GST_CAT_LEVEL_LOG
11810 …1068 | #define GST_WARNING(...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_WARNING, NULL, __VA…
11828 …x86_64/include/gstreamer-1.0/gst/gstinfo.h:1068:27: note: in expansion of macro ‘GST_CAT_LEVEL_LOG
11829 …1068 | #define GST_WARNING(...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_WARNING, NULL, __VA…
12101 …#define GST_DEBUG_OBJECT(obj,...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_DEBUG, obj…
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog7868 /usr/include/gstreamer-1.0/gst/gstinfo.h:682:31: note: in definition of macro ‘GST_CAT_LEVEL_LOG
12519 …x86_64/include/gstreamer-1.0/gst/gstinfo.h:1062:35: note: in expansion of macro ‘GST_CAT_LEVEL_LOG
12520 …1062 | #define GST_DEBUG_OBJECT(obj,...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_DEBUG, ob…
12626 …#define GST_TRACE_OBJECT(obj,...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_TRACE, obj…
12628 …sions/1.0/include/gstreamer-1.0/gst/gstinfo.h:646:31: note: expanded from macro 'GST_CAT_LEVEL_LOG'
12635 …#define GST_TRACE_OBJECT(obj,...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_TRACE, obj…
12637 …sions/1.0/include/gstreamer-1.0/gst/gstinfo.h:646:31: note: expanded from macro 'GST_CAT_LEVEL_LOG'
/third_party/gstreamer/gstplugins_bad/
DChangeLog35247 …#define GST_DEBUG(...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_DEBUG, NUL…
35249 …sions/1.0/include/gstreamer-1.0/gst/gstinfo.h:646:31: note: expanded from macro 'GST_CAT_LEVEL_LOG'