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:
Jan Schmidt 2022-04-02 00:46:21 +11:00 committed by GStreamer Marge Bot
parent a40634eebe
commit 0a5c2a9afb

View file

@ -99,7 +99,6 @@
#include "gstvalue.h"
#include "glib-compat-private.h"
GST_DEBUG_CATEGORY_STATIC (debug_dataflow);
#define GST_CAT_DEFAULT GST_CAT_PADS
/* 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); \
} \
\
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