From e5f9bb973fffa71b39dba7606c88837fde93953e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 4 Jun 2022 10:27:09 +0300 Subject: [PATCH] flvdemux: Actually make use of the debug category Part-of: --- subprojects/gst-plugins-good/gst/flv/gstflvdemux.c | 3 +++ subprojects/gst-plugins-good/gst/flv/gstflvelement.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.7.4