summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-11-26 11:47:24 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-11-26 11:47:24 +0000
commitedb4cedd04098af2a7fcb5848fb7e935952d2793 (patch)
tree5dafe15be6003f636034af0501ca59d5f2a12dc3
parentf600fbfa6c848cb9a4ae8949ca602ef46e124869 (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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc211b5b..e6ae37ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),