clean up debugging
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 25 Feb 2004 17:40:32 +0000 (17:40 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 25 Feb 2004 17:40:32 +0000 (17:40 +0000)
Original commit message from CVS:
clean up debugging

sys/oss/gstosselement.h

index 86659d5..1c81270 100644 (file)
@@ -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,