From: Jan Schmidt Date: Fri, 1 Apr 2022 13:46:21 +0000 (+1100) Subject: gstreamer: Remove GST_DATAFLOW debug category X-Git-Tag: 1.22.0~1939 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a5c2a9afb6a4c5ab66e13f43faf095d4b8a2cd5;p=platform%2Fupstream%2Fgstreamer.git 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: --- 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