summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstossaudio.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-12 12:07:28 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-12 12:07:28 +0000
commit21c053773fada7c942607bdd78882ce37fc7481d (patch)
treec082a346811c9892416aa70c445bb9bc1bdcb10c /sys/oss/gstossaudio.c
parentc5ee12c2a780a2795ada26018061cc58d35e308e (diff)
add oss debugging category
Original commit message from CVS: add oss debugging category
Diffstat (limited to 'sys/oss/gstossaudio.c')
-rw-r--r--sys/oss/gstossaudio.c3
1 files changed, 3 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;
}