flvdemux: Actually make use of the debug category

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2552>
This commit is contained in:
Sebastian Dröge 2022-06-04 10:27:09 +03:00 committed by GStreamer Marge Bot
parent eb915b662a
commit e5f9bb973f
2 changed files with 4 additions and 1 deletions

View file

@ -48,6 +48,9 @@
#include <gst/video/video.h>
#include <gst/tag/tag.h>
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"

View file

@ -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