summaryrefslogtreecommitdiff
path: root/gst-libs/gst/isoff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-08-26 13:08:27 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-08-26 13:08:27 +0100
commit3c4dd9a7e5111ad44578e9c7a3033be9a7c151ad (patch)
tree4094edcafc0e3afbe5a49a21151ffec4311fd7ee /gst-libs/gst/isoff
parent54d7e2811f805066b7aaf399f12ff47f7e5d7bea (diff)
downloadgstreamer-plugins-bad-3c4dd9a7e5111ad44578e9c7a3033be9a7c151ad.tar.gz
isoff: make debug category private
Otherwise it shows up in .def file in autotools build.
Diffstat (limited to 'gst-libs/gst/isoff')
-rw-r--r--gst-libs/gst/isoff/gstisoff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/isoff/gstisoff.c b/gst-libs/gst/isoff/gstisoff.c
index 5baed0946..e6f0cfbcb 100644
--- a/gst-libs/gst/isoff/gstisoff.c
+++ b/gst-libs/gst/isoff/gstisoff.c
@@ -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;