diff options
author | David Schleef <ds@schleef.org> | 2004-07-03 23:35:36 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-07-03 23:35:36 +0000 |
commit | 6776b7f9eab6169c1b5921f3dbc9524b768665c2 (patch) | |
tree | 7e3cbec96bd18cc8cae8848eb90ee1897c0b341b | |
parent | 6789ff363a1f37613156280b196341edd4713655 (diff) |
ext/alsa/gstalsaplugin.c: Disable call to gst_debug_log() if debugging is disabled (bug #145118)
Original commit message from CVS:
* ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
call to gst_debug_log() if debugging is disabled (bug #145118)
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-07-03 David Schleef <ds@schleef.org> + + * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable + call to gst_debug_log() if debugging is disabled (bug #145118) + 2004-07-03 Benjamin Otte <otte@gnome.org> * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery): |