mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
videodecoder: Proxy field order to the output caps
https://bugzilla.gnome.org/show_bug.cgi?id=771376
This commit is contained in:
parent
635d1a2a98
commit
e6fd46601c
1 changed files with 3 additions and 0 deletions
|
@ -670,6 +670,9 @@ _new_output_state (GstVideoFormat fmt, guint width, guint height,
|
|||
tgt->fps_n = ref->fps_n;
|
||||
tgt->fps_d = ref->fps_d;
|
||||
tgt->views = ref->views;
|
||||
|
||||
GST_VIDEO_INFO_FIELD_ORDER (tgt) = GST_VIDEO_INFO_FIELD_ORDER (ref);
|
||||
|
||||
if (GST_VIDEO_INFO_MULTIVIEW_MODE (ref) != GST_VIDEO_MULTIVIEW_MODE_NONE) {
|
||||
GST_VIDEO_INFO_MULTIVIEW_MODE (tgt) = GST_VIDEO_INFO_MULTIVIEW_MODE (ref);
|
||||
GST_VIDEO_INFO_MULTIVIEW_FLAGS (tgt) =
|
||||
|
|
Loading…
Reference in a new issue