From: Sebastian Dröge Date: Sat, 4 Jun 2022 07:27:09 +0000 (+0300) Subject: flvdemux: Actually make use of the debug category X-Git-Tag: 1.22.0~1504 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5f9bb973fffa71b39dba7606c88837fde93953e;p=platform%2Fupstream%2Fgstreamer.git flvdemux: Actually make use of the debug category Part-of: --- diff --git a/subprojects/gst-plugins-good/gst/flv/gstflvdemux.c b/subprojects/gst-plugins-good/gst/flv/gstflvdemux.c index 51dee81..29db7b9 100644 --- a/subprojects/gst-plugins-good/gst/flv/gstflvdemux.c +++ b/subprojects/gst-plugins-good/gst/flv/gstflvdemux.c @@ -48,6 +48,9 @@ #include #include +GST_DEBUG_CATEGORY_EXTERN (flvdemux_debug); +#define GST_CAT_DEFAULT flvdemux_debug + /* FIXME: don't rely on own GstIndex */ #include "gstindex.c" #include "gstmemindex.c" diff --git a/subprojects/gst-plugins-good/gst/flv/gstflvelement.c b/subprojects/gst-plugins-good/gst/flv/gstflvelement.c index 3028a5e..08a3d76 100644 --- a/subprojects/gst-plugins-good/gst/flv/gstflvelement.c +++ b/subprojects/gst-plugins-good/gst/flv/gstflvelement.c @@ -29,7 +29,7 @@ #include "gstflvelements.h" -GST_DEBUG_CATEGORY_STATIC (flvdemux_debug); +GST_DEBUG_CATEGORY (flvdemux_debug); #define GST_CAT_DEFAULT flvdemux_debug void