summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-02-25 17:40:32 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-02-25 17:40:32 +0000
commit32791b4347b6e807a0af1945bce9adb8e5b3442e (patch)
treef00e70074b561e32141d43e029fa89b8fe551a11 /sys
parent4eb79c9b92ba819d60704d21a45eb47145d33eb0 (diff)
clean up debugging
Original commit message from CVS: clean up debugging
Diffstat (limited to 'sys')
-rw-r--r--sys/oss/gstosselement.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/oss/gstosselement.h b/sys/oss/gstosselement.h
index 86659d59..1c81270b 100644
--- a/sys/oss/gstosselement.h
+++ b/sys/oss/gstosselement.h
@@ -25,6 +25,7 @@
#include <gst/gst.h>
+/* debugging category */
GST_DEBUG_CATEGORY_EXTERN (oss_debug);
#define GST_CAT_DEFAULT oss_debug
@@ -46,11 +47,6 @@ G_BEGIN_DECLS
typedef struct _GstOssElement GstOssElement;
typedef struct _GstOssElementClass GstOssElementClass;
-/* debugging category */
-GST_DEBUG_CATEGORY_EXTERN (oss_debug);
-//#define GST_CAT_DEFAULT oss_debug
-
-
typedef enum {
GST_OSSELEMENT_READ,
GST_OSSELEMENT_WRITE,