mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-23 17:14:23 +00:00
clean up debugging
Original commit message from CVS: clean up debugging
This commit is contained in:
parent
4eb79c9b92
commit
32791b4347
1 changed files with 1 additions and 5 deletions
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
|
/* debugging category */
|
||||||
GST_DEBUG_CATEGORY_EXTERN (oss_debug);
|
GST_DEBUG_CATEGORY_EXTERN (oss_debug);
|
||||||
#define GST_CAT_DEFAULT oss_debug
|
#define GST_CAT_DEFAULT oss_debug
|
||||||
|
|
||||||
|
@ -46,11 +47,6 @@ G_BEGIN_DECLS
|
||||||
typedef struct _GstOssElement GstOssElement;
|
typedef struct _GstOssElement GstOssElement;
|
||||||
typedef struct _GstOssElementClass GstOssElementClass;
|
typedef struct _GstOssElementClass GstOssElementClass;
|
||||||
|
|
||||||
/* debugging category */
|
|
||||||
GST_DEBUG_CATEGORY_EXTERN (oss_debug);
|
|
||||||
//#define GST_CAT_DEFAULT oss_debug
|
|
||||||
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
GST_OSSELEMENT_READ,
|
GST_OSSELEMENT_READ,
|
||||||
GST_OSSELEMENT_WRITE,
|
GST_OSSELEMENT_WRITE,
|
||||||
|
|
Loading…
Reference in a new issue