From 6b9cda6ee93d0d394874e4cb560673218c2801a1 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 26 Oct 2005 11:12:34 +0000 Subject: sys/oss/: Actually use the 'oss' debug category we register. Original commit message from CVS: * sys/oss/gstossaudio.c: * sys/oss/gstossdmabuffer.c: * sys/oss/gstosshelper.c: * sys/oss/gstossmixer.c: * sys/oss/gstossmixerelement.c: * sys/oss/gstossmixertrack.c: * sys/oss/gstosssink.c: * sys/oss/gstosssrc.c: Actually use the 'oss' debug category we register. --- sys/oss/gstosshelper.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/oss/gstosshelper.c') diff --git a/sys/oss/gstosshelper.c b/sys/oss/gstosshelper.c index 987047a9..931d72c0 100644 --- a/sys/oss/gstosshelper.c +++ b/sys/oss/gstosshelper.c @@ -40,6 +40,9 @@ #include "gstosshelper.h" #include "gstossmixer.h" +GST_DEBUG_CATEGORY_EXTERN (oss_debug); +#define GST_CAT_DEFAULT oss_debug + #if 0 #ifdef HAVE_OSS_INCLUDE_IN_SYS -- cgit