summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2004-02-29 10:43:03 +0000
committerChristophe Fergeau <teuf@gnome.org>2004-02-29 10:43:03 +0000
commit33225a4b41ae589d68136255fa6c12a7a57ddb2d (patch)
tree5f3b04ec2cea7c6124b71dfbacf0a0412f3452e9 /ChangeLog
parentb88cdd4a744458340241bef1805351bd55381a3a (diff)
sys/oss/gstosselement.*: Reworked enumeration of oss dsps and mixers so that gst-mixer works on my system using alsa ...
Original commit message from CVS: 2004-02-29 Christophe Fergeau <teuf@gnome.org> * sys/oss/gstosselement.c: (gst_osselement_probe), (device_combination_append), (gst_osselement_class_probe_devices): * sys/oss/gstosselement.h: Reworked enumeration of oss dsps and mixers so that gst-mixer works on my system using alsa oss emulation, fixes bug #135597
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa92f4234..eb60189cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-02-29 Christophe Fergeau <teuf@gnome.org>
+
+ * sys/oss/gstosselement.c: (gst_osselement_probe),
+ (device_combination_append), (gst_osselement_class_probe_devices):
+ * sys/oss/gstosselement.h:
+ Reworked enumeration of oss dsps and mixers so that gst-mixer works
+ on my system using alsa oss emulation, fixes bug #135597
+
2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
* gst/videodrop/gstvideodrop.c: (gst_videodrop_init),