diff options
author | Benjamin Otte <otte@gnome.org> | 2005-04-21 14:07:50 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2005-04-21 14:07:50 +0000 |
commit | 37aab9130bb40c287a99cf41336d12f7fcc491d4 (patch) | |
tree | 176121d7cbc8ee29086121af658c77fc4fb67a2b /ChangeLog | |
parent | 870e521fe1c370146773c0a65bbff289e0250f44 (diff) | |
download | gst-plugins-bad-37aab9130bb40c287a99cf41336d12f7fcc491d4.tar.gz gst-plugins-bad-37aab9130bb40c287a99cf41336d12f7fcc491d4.tar.bz2 gst-plugins-bad-37aab9130bb40c287a99cf41336d12f7fcc491d4.zip |
ext/alsa/gstalsa.c: try to work as much as before while still working around that bug.
Original commit message from CVS:
* ext/alsa/gstalsa.c: (gst_alsa_set_hw_params):
try to work as much as before while still working around that bug.
We try to set the period-count now, but if it doesn't work we
silently ignore it. Hopefully fixes reported issues with last try.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-04-21 Benjamin Otte <in7y118@public.uni-hamburg.de> + + * ext/alsa/gstalsa.c: (gst_alsa_set_hw_params): + try to work as much as before while still working around that bug. + We try to set the period-count now, but if it doesn't work we + silently ignore it. Hopefully fixes reported issues with last try. + 2005-04-21 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): |