diff options
author | Benjamin Otte <otte@gnome.org> | 2005-04-14 13:22:35 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2005-04-14 13:22:35 +0000 |
commit | b525cb64a1fec3d1d9aa77a0849652387c5058cc (patch) | |
tree | 4718cb164364599d35dac7d9dc5bd0c2a581133c | |
parent | daf1e62d02246e220b0d3fc8cfad4f66aed511c5 (diff) | |
download | gst-plugins-bad-b525cb64a1fec3d1d9aa77a0849652387c5058cc.tar.gz gst-plugins-bad-b525cb64a1fec3d1d9aa77a0849652387c5058cc.tar.bz2 gst-plugins-bad-b525cb64a1fec3d1d9aa77a0849652387c5058cc.zip |
ext/alsa/gstalsa.*: add a desired_period_count that gets set to the user's desire and isn't updated. Allow period_cou...
Original commit message from CVS:
* ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_init),
(gst_alsa_set_property), (gst_alsa_probe_hw_params),
(gst_alsa_set_hw_params), (gst_alsa_close_audio):
* ext/alsa/gstalsa.h:
add a desired_period_count that gets set to the user's desire and
isn't updated. Allow period_count to be 1. Also allow a value of 0
which means "don't set, use card's predefined setting" and default
to this. Fixes issues with weird drivers returning EINVAL when
setting period count. (noticed by Johannes Berg)
* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
we want the refcount value please
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2005-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de> + + * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_init), + (gst_alsa_set_property), (gst_alsa_probe_hw_params), + (gst_alsa_set_hw_params), (gst_alsa_close_audio): + * ext/alsa/gstalsa.h: + add a desired_period_count that gets set to the user's desire and + isn't updated. Allow period_count to be 1. Also allow a value of 0 + which means "don't set, use card's predefined setting" and default + to this. Fixes issues with weird drivers returning EINVAL when + setting period count. (noticed by Johannes Berg) + * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event): + we want the refcount value please + 2005-04-14 Gergely Nagy <algernon@bonehunter.rulez.org> * configure.ac: |