mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
v4l2videoenc: fix capture-io-mode property get
https://bugzilla.gnome.org/show_bug.cgi?id=791841
This commit is contained in:
parent
21b01acef1
commit
189822350b
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ gst_v4l2_video_enc_get_property (GObject * object,
|
||||||
prop_id, value, pspec);
|
prop_id, value, pspec);
|
||||||
break;
|
break;
|
||||||
case PROP_CAPTURE_IO_MODE:
|
case PROP_CAPTURE_IO_MODE:
|
||||||
gst_v4l2_object_get_property_helper (self->v4l2output,
|
gst_v4l2_object_get_property_helper (self->v4l2capture,
|
||||||
PROP_IO_MODE, value, pspec);
|
prop_id, value, pspec);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* By default read from output */
|
/* By default read from output */
|
||||||
|
|
Loading…
Reference in a new issue