diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2014-05-06 12:55:30 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2014-05-08 15:56:37 -0400 |
commit | 3e4ed479568ba7d18da25d275da2a6e8d4cdd893 (patch) | |
tree | 361b5445431b3fbb050fad5f36d3c13a53350128 /sys/v4l2/gstv4l2object.h | |
parent | dfdd1ba9d9ff94de887efe8309b64847dc562a38 (diff) |
v4l2object: Style fix
Diffstat (limited to 'sys/v4l2/gstv4l2object.h')
-rw-r--r-- | sys/v4l2/gstv4l2object.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/v4l2/gstv4l2object.h b/sys/v4l2/gstv4l2object.h index 2b13be1cb..ff96dc019 100644 --- a/sys/v4l2/gstv4l2object.h +++ b/sys/v4l2/gstv4l2object.h @@ -115,7 +115,7 @@ struct _GstV4l2Object { guint32 sizeimage; GstClockTime duration; - /* if the MPLANE device support both contiguous and non contiguous + /* if the MPLANE device support both contiguous and non contiguous * it allows to select which one we want. But we prefered_non_contiguous * non contiguous mode. */ @@ -260,7 +260,7 @@ gboolean gst_v4l2_object_acquire_format (GstV4l2Object * v4l2object, GstVideoInfo * info); gboolean gst_v4l2_object_set_crop (GstV4l2Object * obj); - + gboolean gst_v4l2_object_decide_allocation (GstV4l2Object * v4l2object, GstQuery * query); |