mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
v4l2transform: Install PROP_CAPTURE_IO_MODE with right ID
This commit is contained in:
parent
1635697f7e
commit
f6d425bf0f
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue