isoff: make debug category private

Otherwise it shows up in .def file in autotools build.
This commit is contained in:
Tim-Philipp Müller 2017-08-26 13:08:27 +01:00
parent 54d7e2811f
commit 3c4dd9a7e5

View file

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