mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
mssdemux: use mssdemux_debug debug category for gstmssmanifest.c too
This commit is contained in:
parent
8345c5acfb
commit
f02e7a2439
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@
|
|||
|
||||
#include "gstmssmanifest.h"
|
||||
|
||||
GST_DEBUG_CATEGORY_EXTERN (mssdemux_debug);
|
||||
#define GST_CAT_DEFAULT mssdemux_debug
|
||||
|
||||
#define DEFAULT_TIMESCALE 10000000
|
||||
|
||||
#define MSS_NODE_STREAM_FRAGMENT "c"
|
||||
|
|
Loading…
Reference in a new issue