summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2005-04-21 14:07:50 +0000
committerBenjamin Otte <otte@gnome.org>2005-04-21 14:07:50 +0000
commit37aab9130bb40c287a99cf41336d12f7fcc491d4 (patch)
tree176121d7cbc8ee29086121af658c77fc4fb67a2b
parent870e521fe1c370146773c0a65bbff289e0250f44 (diff)
downloadgst-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.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7900ce5a..c7fdbf14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):