isoff: make debug category private
Otherwise it shows up in .def file in autotools build.
This commit is contained in:
parent
54d7e2811f
commit
3c4dd9a7e5
@ -27,7 +27,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
GST_DEBUG_CATEGORY (gst_isoff_debug);
|
||||
GST_DEBUG_CATEGORY_STATIC (gst_isoff_debug);
|
||||
#define GST_CAT_DEFAULT gst_isoff_debug
|
||||
|
||||
static gboolean initialized = FALSE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user