diff options
author | Christophe Fergeau <teuf@gnome.org> | 2004-06-14 20:30:36 +0000 |
---|---|---|
committer | Christophe Fergeau <teuf@gnome.org> | 2004-06-14 20:30:36 +0000 |
commit | d44ccc1e8e52d28deb1d1c3553b76914a9f70bc7 (patch) | |
tree | 287bee006b359f8e433030562970a15b1306f307 | |
parent | d1d09b2645e0cda5828127acdfcbfddcc1b7d53b (diff) |
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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |