From 3c4dd9a7e5111ad44578e9c7a3033be9a7c151ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 26 Aug 2017 13:08:27 +0100 Subject: [PATCH] isoff: make debug category private Otherwise it shows up in .def file in autotools build. --- gst-libs/gst/isoff/gstisoff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/isoff/gstisoff.c b/gst-libs/gst/isoff/gstisoff.c index 5baed09460..e6f0cfbcb7 100644 --- a/gst-libs/gst/isoff/gstisoff.c +++ b/gst-libs/gst/isoff/gstisoff.c @@ -27,7 +27,7 @@ #include -GST_DEBUG_CATEGORY (gst_isoff_debug); +GST_DEBUG_CATEGORY_STATIC (gst_isoff_debug); #define GST_CAT_DEFAULT gst_isoff_debug static gboolean initialized = FALSE;