summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2004-06-14 20:30:36 +0000
committerChristophe Fergeau <teuf@gnome.org>2004-06-14 20:30:36 +0000
commita41a742fcd6411ca68f09d77159d1669a06b28bf (patch)
tree5b8f199d7bd2185a26dea88764b3c740d327d14b
parente2ea6297f3937e95720019ce0ca30efabe46c26c (diff)
downloadgstreamer-plugins-bad-a41a742fcd6411ca68f09d77159d1669a06b28bf.tar.gz
ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of snd_pcm_hw_params_set_rate since the latter fail...
Original commit message from CVS: 2004-06-14 Benjamin Otte <otte@gnome.org> * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of snd_pcm_hw_params_set_rate since the latter fails for no good reason on some setups.<
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 697d392b5..73c6a2e11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-06-14 Benjamin Otte <otte@gnome.org>
+
+ * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
+ snd_pcm_hw_params_set_rate since the latter fails for no good
+ reason on some setups.<
+
2004-06-14 David Schleef <ds@schleef.org>
* gst/volume/demo.c: (value_changed_callback): exp10() is not