mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
v4l2videodec: Install PROP_CAPTURE_IO_MODE with right ID
This commit is contained in:
parent
527df8b888
commit
cf788c9ec7
1 changed files with 3 additions and 3 deletions
|
@ -74,8 +74,8 @@ gst_v4l2_video_dec_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:
|
||||
|
@ -811,7 +811,7 @@ gst_v4l2_video_dec_class_init (GstV4l2VideoDecClass * 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,
|
||||
|
|
Loading…
Reference in a new issue