diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2005-01-10 04:09:43 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2005-01-10 04:09:43 +0000 |
commit | 03f5811970633c07f00d715f187ed282ba755c19 (patch) | |
tree | c3d11c84fa347c533db33fc100795ab0fd3fda27 /ChangeLog | |
parent | 97c500c8cc4c820ea451efdcc20b99a87a33efbc (diff) | |
download | gst-plugins-bad-03f5811970633c07f00d715f187ed282ba755c19.tar.gz gst-plugins-bad-03f5811970633c07f00d715f187ed282ba755c19.tar.bz2 gst-plugins-bad-03f5811970633c07f00d715f187ed282ba755c19.zip |
ext/alsa/gstalsa.*: Add HW probing for period_count/size and buffer_size MIX/MAX
Original commit message from CVS:
* ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
* ext/alsa/gstalsa.h:
Add HW probing for period_count/size and buffer_size MIX/MAX
Adjust default/user defined value if out of bounds
Should fix bug #162024
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr> + + * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps): + * ext/alsa/gstalsa.h: + Add HW probing for period_count/size and buffer_size MIX/MAX + Adjust default/user defined value if out of bounds + Should fix bug #162024 + 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event): |