summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-10-17 14:37:49 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-10-17 14:37:49 +0000
commitbad39277cfda05fbfcd02389debc623640d54a3c (patch)
tree02effb4098b5bd35630001384f3cc6b1fdd80031 /ChangeLog
parenta2b7998dad02e373db08df4cf41afa27d56393a3 (diff)
sys/oss/gstosssink.c: Some drivers do not support unsetting the non-blocking flag once the device is opened. In those...
Original commit message from CVS: * sys/oss/gstosssink.c: (gst_oss_sink_prepare): Some drivers do not support unsetting the non-blocking flag once the device is opened. In those cases, close/open the device in non-blocking mode. Fixes #362673.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f204f09d..2afcc8a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-10-17 Wim Taymans <wim@fluendo.com>
+
+ * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
+ Some drivers do not support unsetting the non-blocking flag once the
+ device is opened. In those cases, close/open the device in
+ non-blocking mode. Fixes #362673.
+
2006-10-17 Stefan Kost <ensonic@users.sf.net>
* sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):