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 | edb4cedd04098af2a7fcb5848fb7e935952d2793 (patch) | |
tree | 5dafe15be6003f636034af0501ca59d5f2a12dc3 | |
parent | f600fbfa6c848cb9a4ae8949ca602ef46e124869 (diff) |
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.
-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), |