summaryrefslogtreecommitdiffstats
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
commit80fe257c59f2c9eeb60a38cff1bc452304fa82f7 (patch)
tree79ac8e2ee3fa31de87bd3ca747065c97b3bc9bca /ChangeLog
parente6fd62661eb379126bc8616804cb9b4823bd523b (diff)
downloadgst-plugins-bad-80fe257c59f2c9eeb60a38cff1bc452304fa82f7.tar.gz
gst-plugins-bad-80fe257c59f2c9eeb60a38cff1bc452304fa82f7.tar.bz2
gst-plugins-bad-80fe257c59f2c9eeb60a38cff1bc452304fa82f7.zip
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 fa92f423..eb60189c 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),