diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-11-26 11:47:24 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-11-26 11:47:24 +0000 |
commit | e97130d4c25d7eb5ea1205cd5968c0fefa054ab1 (patch) | |
tree | a55286d238ba0a7de87249d482cb6cfd6434e3d3 /ChangeLog | |
parent | c4f9089dad0fb760859219fa96b4b0ef6b306d62 (diff) | |
download | gst-plugins-bad-e97130d4c25d7eb5ea1205cd5968c0fefa054ab1.tar.gz gst-plugins-bad-e97130d4c25d7eb5ea1205cd5968c0fefa054ab1.tar.bz2 gst-plugins-bad-e97130d4c25d7eb5ea1205cd5968c0fefa054ab1.zip |
ext/alsa/gstalsa.c: Don't omit the last (which incase of dmix is the only :) ) channel count. Don't set channels if <...
Original commit message from CVS:
* ext/alsa/gstalsa.c: (gst_alsa_get_caps):
Don't omit the last (which incase of dmix is the only :) )
channel count. Don't set channels if <= 2.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * ext/alsa/gstalsa.c: (gst_alsa_get_caps): + Don't omit the last (which incase of dmix is the only :) ) + channel count. Don't set channels if <= 2. + 2004-11-26 Christophe Fergeau <teuf@gnome.org> * gst/playback/gstplaybin.c: (gen_video_element), |