From b525cb64a1fec3d1d9aa77a0849652387c5058cc Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 14 Apr 2005 13:22:35 +0000 Subject: 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 --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 72076cea..486da7f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2005-04-14 Benjamin Otte + + * 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 * configure.ac: -- cgit v1.2.1