Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
cf788c9e
Commit
cf788c9e
authored
Apr 10, 2014
by
Nicolas Dufresne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v4l2videodec: Install PROP_CAPTURE_IO_MODE with right ID
parent
527df8b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
sys/v4l2/gstv4l2videodec.c
sys/v4l2/gstv4l2videodec.c
+3
-3
No files found.
sys/v4l2/gstv4l2videodec.c
View file @
cf788c9e
...
@@ -74,8 +74,8 @@ gst_v4l2_video_dec_set_property (GObject * object,
...
@@ -74,8 +74,8 @@ gst_v4l2_video_dec_set_property (GObject * object,
pspec
);
pspec
);
break
;
break
;
case
PROP_CAPTURE_IO_MODE
:
case
PROP_CAPTURE_IO_MODE
:
gst_v4l2_object_set_property_helper
(
self
->
v4l2capture
,
prop_id
,
value
,
gst_v4l2_object_set_property_helper
(
self
->
v4l2capture
,
PROP_IO_MODE
,
pspec
);
value
,
pspec
);
break
;
break
;
case
PROP_DEVICE
:
case
PROP_DEVICE
:
...
@@ -811,7 +811,7 @@ gst_v4l2_video_dec_class_init (GstV4l2VideoDecClass * klass)
...
@@ -811,7 +811,7 @@ gst_v4l2_video_dec_class_init (GstV4l2VideoDecClass * klass)
*
*
* Capture IO Mode
* 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"
,
g_param_spec_enum
(
"capture-io-mode"
,
"Capture IO mode"
,
"Capture I/O mode"
,
"Capture I/O mode"
,
GST_TYPE_V4L2_IO_MODE
,
GST_V4L2_IO_AUTO
,
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