summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-01-22 20:51:08 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-01-22 20:51:08 +0000
commit6eac1f9c4c9bec13deade8ca77f1b06e066f7649 (patch)
treee2e49064b0504e1a9ca3361c1767fe0ebf40d8e0 /ChangeLog
parent396397ee7c0c85bb586c88833b88f29c758e33f7 (diff)
sys/oss/gstosselement.c: Fix the ossmixer case where we shouldn't open /dev/dsp* because it might block operations (w...
Original commit message from CVS: 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net> * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices): Fix the ossmixer case where we shouldn't open /dev/dsp* because it might block operations (which is bad for a mixer).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f8f8165..74f65a15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
+
+ * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
+ Fix the ossmixer case where we shouldn't open /dev/dsp* because
+ it might block operations (which is bad for a mixer).
+
2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
* gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),