summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-05-09 00:30:06 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-05-09 00:30:06 +0000
commitec4ebf9d812d34ce02851e27850531907cfb1447 (patch)
tree8200b1bbea03047f39f6fbaf1a51bee09115c90f
parente9d5e3c0c494968d06ca5db89417987577bf12f8 (diff)
downloadgst-plugins-bad-ec4ebf9d812d34ce02851e27850531907cfb1447.tar.gz
gst-plugins-bad-ec4ebf9d812d34ce02851e27850531907cfb1447.tar.bz2
gst-plugins-bad-ec4ebf9d812d34ce02851e27850531907cfb1447.zip
ext/alsa/: Fix alsa oddness in mixer after the combination of using mixer in source/sink elements and using hw:x,y in...
Original commit message from CVS: * ext/alsa/gstalsa.c: (device_list), (gst_alsa_class_probe_devices): * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open): Fix alsa oddness in mixer after the combination of using mixer in source/sink elements and using hw:x,y instead of just hw:x.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f320c792..821391b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
+
+ * ext/alsa/gstalsa.c: (device_list),
+ (gst_alsa_class_probe_devices):
+ * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
+ Fix alsa oddness in mixer after the combination of using mixer
+ in source/sink elements and using hw:x,y instead of just hw:x.
+
2004-05-09 Benjamin Otte <otte@gnome.org>
* gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),