diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-10-26 11:12:34 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-10-26 11:12:34 +0000 |
commit | 6b9cda6ee93d0d394874e4cb560673218c2801a1 (patch) | |
tree | 33ce05794c7a82bc43fe22071c78b467dab9e60e /sys/oss/gstosshelper.c | |
parent | caa4645ae9a653305f030b8fc70a4903512c6b85 (diff) |
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.
Diffstat (limited to 'sys/oss/gstosshelper.c')
-rw-r--r-- | sys/oss/gstosshelper.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 |