mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
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
2 changed files with 7 additions and 0 deletions
|
@ -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…
Reference in a new issue