Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-good
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
3e4ed479
Commit
3e4ed479
authored
May 06, 2014
by
Nicolas Dufresne
Committed by
Nicolas Dufresne
May 08, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v4l2object: Style fix
parent
dfdd1ba9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sys/v4l2/gstv4l2object.h
sys/v4l2/gstv4l2object.h
+2
-2
No files found.
sys/v4l2/gstv4l2object.h
View file @
3e4ed479
...
@@ -115,7 +115,7 @@ struct _GstV4l2Object {
...
@@ -115,7 +115,7 @@ struct _GstV4l2Object {
guint32
sizeimage
;
guint32
sizeimage
;
GstClockTime
duration
;
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
* it allows to select which one we want. But we prefered_non_contiguous
* non contiguous mode.
* non contiguous mode.
*/
*/
...
@@ -260,7 +260,7 @@ gboolean gst_v4l2_object_acquire_format (GstV4l2Object * v4l2object,
...
@@ -260,7 +260,7 @@ gboolean gst_v4l2_object_acquire_format (GstV4l2Object * v4l2object,
GstVideoInfo
*
info
);
GstVideoInfo
*
info
);
gboolean
gst_v4l2_object_set_crop
(
GstV4l2Object
*
obj
);
gboolean
gst_v4l2_object_set_crop
(
GstV4l2Object
*
obj
);
gboolean
gst_v4l2_object_decide_allocation
(
GstV4l2Object
*
v4l2object
,
gboolean
gst_v4l2_object_decide_allocation
(
GstV4l2Object
*
v4l2object
,
GstQuery
*
query
);
GstQuery
*
query
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment