diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-05-09 00:30:06 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-05-09 00:30:06 +0000 |
commit | 9a83bc0764ca340019d3c4ee129244f2e66240f6 (patch) | |
tree | 66e767a1743cbe4383423ffd1a7267440f8c514b | |
parent | 692fd964ae6666f4beed958afbe090c7fd58daca (diff) |
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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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), |