diff options
Diffstat (limited to 'sys/oss/gstosselement.h')
-rw-r--r-- | sys/oss/gstosselement.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/oss/gstosselement.h b/sys/oss/gstosselement.h index 895f2059..86659d59 100644 --- a/sys/oss/gstosselement.h +++ b/sys/oss/gstosselement.h @@ -46,6 +46,11 @@ 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, |