summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-07-15 20:32:41 +0000
committerBenjamin Otte <otte@gnome.org>2004-07-15 20:32:41 +0000
commitf718a1f6c9c572369d65364107ba5c45a02dad0e (patch)
treec3ce3cff9c41e4f90b929d168f5e552b3bbad23f
parentf436e1c824067cb2f1d1240505fca658d80d13be (diff)
ext/alsa/gstalsa.c: disable some of the debugging code for now. Writing debugging to a buffer is broken in current al...
Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_open_audio), (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump), (gst_alsa_close_audio): disable some of the debugging code for now. Writing debugging to a buffer is broken in current alsalib releases.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 966cd56f..de930562 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-07-15 Benjamin Otte <otte@gnome.org>
+
+ * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
+ (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
+ (gst_alsa_close_audio):
+ disable some of the debugging code for now. Writing debugging to a
+ buffer is broken in current alsalib releases.
+
2004-07-12 Benjamin Otte <otte@gnome.org>
* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):