From 0a5c2a9afb6a4c5ab66e13f43faf095d4b8a2cd5 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 2 Apr 2022 00:46:21 +1100 Subject: [PATCH] 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: --- subprojects/gstreamer/gst/gstpad.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/subprojects/gstreamer/gst/gstpad.c b/subprojects/gstreamer/gst/gstpad.c index bccba4e..e3dadbd 100644 --- a/subprojects/gstreamer/gst/gstpad.c +++ b/subprojects/gstreamer/gst/gstpad.c @@ -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 -- 2.7.4