Searched refs:GST_CAT_MESSAGE (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstreamer/plugins/tracers/ |
D | gstlog.c | 40 GST_DEBUG_CATEGORY_STATIC (GST_CAT_MESSAGE); 52 GST_DEBUG_CATEGORY_GET (GST_CAT_MESSAGE, "GST_MESSAGE"); \ 165 do_log (GST_CAT_MESSAGE, GST_FUNCTION, (GObject *) elem, in do_post_message_pre() 174 do_log (GST_CAT_MESSAGE, GST_FUNCTION, (GObject *) elem, in do_post_message_post()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gst_private.h | 289 GST_API GstDebugCategory *GST_CAT_MESSAGE; variable 335 #define GST_CAT_MESSAGE NULL
|
D | gstmessage.c | 209 GST_CAT_LOG (GST_CAT_MESSAGE, "finalize message %p, %s from %s", message, in _gst_message_free() 239 GST_CAT_LOG (GST_CAT_MESSAGE, "copy message %p, %s from %s", message, in _gst_message_copy() 304 GST_CAT_LOG (GST_CAT_MESSAGE, "source %s: creating new message %p %s", in gst_message_new_custom()
|
D | gstinfo.c | 233 GstDebugCategory *GST_CAT_MESSAGE = NULL; variable 439 GST_CAT_MESSAGE = _gst_debug_category_new ("GST_MESSAGE", in _priv_gst_debug_init()
|
D | gstelement.c | 2125 GST_CAT_DEBUG_OBJECT (GST_CAT_MESSAGE, element, in gst_element_post_message_default() 2241 GST_CAT_DEBUG_OBJECT (GST_CAT_MESSAGE, element, "start"); in gst_element_message_full_with_details()
|