ext/alsa/gstalsa.h: We register a debug category, so let's use it.
Original commit message from CVS: * ext/alsa/gstalsa.h: We register a debug category, so let's use it.
This commit is contained in:
parent
61f87e1f1d
commit
ccb0aa5a05
@ -1,3 +1,8 @@
|
|||||||
|
2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* ext/alsa/gstalsa.h:
|
||||||
|
We register a debug category, so let's use it.
|
||||||
|
|
||||||
2005-11-04 Zeeshan Ali <zeenix@gmail.com>
|
2005-11-04 Zeeshan Ali <zeenix@gmail.com>
|
||||||
|
|
||||||
* gst-libs/gst/rtp/gstbasertpdepayload.c:
|
* gst-libs/gst/rtp/gstbasertpdepayload.c:
|
||||||
|
@ -32,5 +32,7 @@
|
|||||||
#include <alsa/error.h>
|
#include <alsa/error.h>
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
|
GST_DEBUG_CATEGORY_EXTERN (alsa_debug);
|
||||||
|
#define GST_CAT_DEFAULT alsa_debug
|
||||||
|
|
||||||
#endif /* __GST_ALSA_H__ */
|
#endif /* __GST_ALSA_H__ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user