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:
Tim-Philipp Müller 2005-11-07 19:42:38 +00:00
parent 61f87e1f1d
commit ccb0aa5a05
2 changed files with 7 additions and 0 deletions

View file

@ -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>
* gst-libs/gst/rtp/gstbasertpdepayload.c:

View file

@ -32,5 +32,7 @@
#include <alsa/error.h>
#include <gst/gst.h>
GST_DEBUG_CATEGORY_EXTERN (alsa_debug);
#define GST_CAT_DEFAULT alsa_debug
#endif /* __GST_ALSA_H__ */