mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
flvdemux: Actually make use of the debug category
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2552>
This commit is contained in:
parent
eb915b662a
commit
e5f9bb973f
2 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue