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 | fe7715711ef3c5d56e562050c133d3f0b3c774f3 (patch) | |
tree | 3745118e2f3692ca2475571a3f4aa60edb8637f2 | |
parent | 3d06c5c4f3e55913256efce05d2d36ab22a0a03c (diff) | |
download | gst-plugins-bad-fe7715711ef3c5d56e562050c133d3f0b3c774f3.tar.gz gst-plugins-bad-fe7715711ef3c5d56e562050c133d3f0b3c774f3.tar.bz2 gst-plugins-bad-fe7715711ef3c5d56e562050c133d3f0b3c774f3.zip |
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): |