mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
v4l2object: Style fix
This commit is contained in:
parent
dfdd1ba9d9
commit
3e4ed47956
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue