diff options
author | Benjamin Otte <otte@gnome.org> | 2004-07-15 20:32:41 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-07-15 20:32:41 +0000 |
commit | f718a1f6c9c572369d65364107ba5c45a02dad0e (patch) | |
tree | c3ce3cff9c41e4f90b929d168f5e552b3bbad23f | |
parent | f436e1c824067cb2f1d1240505fca658d80d13be (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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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): |