mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 21:12:26 +00:00
isoff: make debug category private
Otherwise it shows up in .def file in autotools build.
This commit is contained in:
parent
54d7e2811f
commit
3c4dd9a7e5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue