gstreamer: Remove GST_DATAFLOW debug category
authorJan Schmidt <jan@centricular.com>
Fri, 1 Apr 2022 13:46:21 +0000 (00:46 +1100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 1 Apr 2022 17:56:28 +0000 (17:56 +0000)
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>

subprojects/gstreamer/gst/gstpad.c

index bccba4e..e3dadbd 100644 (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