mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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);
|
||||
break;
|
||||
case PROP_CAPTURE_IO_MODE:
|
||||
gst_v4l2_object_get_property_helper (self->v4l2output,
|
||||
PROP_IO_MODE, value, pspec);
|
||||
gst_v4l2_object_get_property_helper (self->v4l2capture,
|
||||
prop_id, value, pspec);
|
||||
break;
|
||||
|
||||
/* By default read from output */
|
||||
|
|
Loading…
Reference in a new issue