summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstossdmabuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/oss/gstossdmabuffer.c')
-rw-r--r--sys/oss/gstossdmabuffer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/oss/gstossdmabuffer.c b/sys/oss/gstossdmabuffer.c
index 47e06d12..58336c09 100644
--- a/sys/oss/gstossdmabuffer.c
+++ b/sys/oss/gstossdmabuffer.c
@@ -34,6 +34,9 @@
#include "gstossdmabuffer.h"
+GST_DEBUG_CATEGORY_EXTERN (oss_debug);
+#define GST_CAT_DEFAULT oss_debug
+
static void gst_ossdmabuffer_class_init (GstOssDMABufferClass * klass);
static void gst_ossdmabuffer_init (GstOssDMABuffer * ossdmabuffer);
static void gst_ossdmabuffer_dispose (GObject * object);