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
f6d425bf
Commit
f6d425bf
authored
Apr 10, 2014
by
Nicolas Dufresne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v4l2transform: Install PROP_CAPTURE_IO_MODE with right ID
parent
1635697f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
sys/v4l2/gstv4l2transform.c
sys/v4l2/gstv4l2transform.c
+3
-3
No files found.
sys/v4l2/gstv4l2transform.c
View file @
f6d425bf
...
...
@@ -76,8 +76,8 @@ gst_v4l2_transform_set_property (GObject * object,
pspec
);
break
;
case
PROP_CAPTURE_IO_MODE
:
gst_v4l2_object_set_property_helper
(
self
->
v4l2capture
,
prop_id
,
value
,
pspec
);
gst_v4l2_object_set_property_helper
(
self
->
v4l2capture
,
PROP_IO_MODE
,
value
,
pspec
);
break
;
case
PROP_DEVICE
:
...
...
@@ -630,7 +630,7 @@ gst_v4l2_transform_class_init (GstV4l2TransformClass * klass)
*
* Capture IO Mode
*/
g_object_class_install_property
(
gobject_class
,
PROP_IO_MODE
,
g_object_class_install_property
(
gobject_class
,
PROP_
CAPTURE_
IO_MODE
,
g_param_spec_enum
(
"capture-io-mode"
,
"Capture IO mode"
,
"Capture I/O mode"
,
GST_TYPE_V4L2_IO_MODE
,
GST_V4L2_IO_AUTO
,
...
...
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