sys/v4l2/: Fix EIO handing when capturing. Add new property to specify the number...
authorStefan Kost <ensonic@users.sourceforge.net>
Wed, 17 Jan 2007 14:30:50 +0000 (14:30 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Wed, 17 Jan 2007 14:30:50 +0000 (14:30 +0000)
commitfdd167aeb1c6b502ea64bff91416f79e97d8d1d7
treec1ce3d341200b120261dd920dc5dc9aeca9893f5
parent703a0d00d8b3548cc8dcdea1b645133d035a9734
sys/v4l2/: Fix EIO handing when capturing. Add new property to specify the number of buffers to enque (and remove the...

Original commit message from CVS:
* sys/v4l2/gstv4l2object.c:
(gst_v4l2_object_install_properties_helper),
(gst_v4l2_object_set_property_helper),
(gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
* sys/v4l2/gstv4l2object.h:
* sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
(gst_v4l2src_init), (gst_v4l2src_set_property),
(gst_v4l2src_get_property), (gst_v4l2src_set_caps):
* sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
(gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
(gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
(gst_v4l2src_capture_deinit):
Fix EIO handing when capturing. Add new property to specify the number of
buffers to enque (and remove the borked num-buffers usage).
ChangeLog
sys/v4l2/gstv4l2object.c
sys/v4l2/gstv4l2object.h
sys/v4l2/gstv4l2src.c
sys/v4l2/v4l2src_calls.c