mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gstreamer: Remove GST_DATAFLOW debug category
Nothing has logged anything to this category since event and buffer dataflow was de-unified in 2005. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2097>
This commit is contained in:
parent
a40634eebe
commit
0a5c2a9afb
1 changed files with 0 additions and 3 deletions
|
@ -99,7 +99,6 @@
|
||||||
#include "gstvalue.h"
|
#include "gstvalue.h"
|
||||||
#include "glib-compat-private.h"
|
#include "glib-compat-private.h"
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (debug_dataflow);
|
|
||||||
#define GST_CAT_DEFAULT GST_CAT_PADS
|
#define GST_CAT_DEFAULT GST_CAT_PADS
|
||||||
|
|
||||||
/* Pad signals and args */
|
/* Pad signals and args */
|
||||||
|
@ -312,8 +311,6 @@ gst_pad_link_get_name (GstPadLinkReturn ret)
|
||||||
flow_quarks[i].quark = g_quark_from_static_string (flow_quarks[i].name); \
|
flow_quarks[i].quark = g_quark_from_static_string (flow_quarks[i].name); \
|
||||||
} \
|
} \
|
||||||
\
|
\
|
||||||
GST_DEBUG_CATEGORY_INIT (debug_dataflow, "GST_DATAFLOW", \
|
|
||||||
GST_DEBUG_BOLD | GST_DEBUG_FG_GREEN, "dataflow inside pads"); \
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#define gst_pad_parent_class parent_class
|
#define gst_pad_parent_class parent_class
|
||||||
|
|
Loading…
Reference in a new issue