summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/oss/gstossaudio.c3
-rw-r--r--sys/oss/gstosselement.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/oss/gstossaudio.c b/sys/oss/gstossaudio.c
index c087d60e..08868dbb 100644
--- a/sys/oss/gstossaudio.c
+++ b/sys/oss/gstossaudio.c
@@ -27,6 +27,8 @@
extern gchar *__gst_oss_plugin_dir;
+GST_DEBUG_CATEGORY (oss_debug);
+
static gboolean
plugin_init (GstPlugin *plugin)
{
@@ -42,6 +44,7 @@ plugin_init (GstPlugin *plugin)
return FALSE;
}
+ GST_DEBUG_CATEGORY_INIT (oss_debug, "oss", 0, "OSS elements");
return TRUE;
}
diff --git a/sys/oss/gstosselement.h b/sys/oss/gstosselement.h
index 36e1281e..895f2059 100644
--- a/sys/oss/gstosselement.h
+++ b/sys/oss/gstosselement.h
@@ -25,6 +25,9 @@
#include <gst/gst.h>
+GST_DEBUG_CATEGORY_EXTERN (oss_debug);
+#define GST_CAT_DEFAULT oss_debug
+
G_BEGIN_DECLS
#define GST_TYPE_OSSELEMENT \