From bad39277cfda05fbfcd02389debc623640d54a3c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 17 Oct 2006 14:37:49 +0000 Subject: 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f204f09d..2afcc8a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-10-17 Wim Taymans + + * 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 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists): -- cgit