From 3e4ed479568ba7d18da25d275da2a6e8d4cdd893 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 6 May 2014 12:55:30 -0400 Subject: [PATCH] v4l2object: Style fix --- sys/v4l2/gstv4l2object.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/v4l2/gstv4l2object.h b/sys/v4l2/gstv4l2object.h index 2b13be1..ff96dc0 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); -- 2.7.4