Skip to content
  • Stefan Kost's avatar
    sys/v4l2/: Fix EIO handing when capturing. Add new property to specify the... · fdd167ae
    Stefan Kost authored
    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).
    fdd167ae