mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 11:15:31 +00:00
matroska: set interlace-mode
This commit is contained in:
parent
56690cf021
commit
e565f0d1ff
1 changed files with 2 additions and 1 deletions
|
@ -5173,7 +5173,8 @@ gst_matroska_demux_video_caps (GstMatroskaTrackVideoContext *
|
||||||
}
|
}
|
||||||
|
|
||||||
if (videocontext->parent.flags & GST_MATROSKA_VIDEOTRACK_INTERLACED)
|
if (videocontext->parent.flags & GST_MATROSKA_VIDEOTRACK_INTERLACED)
|
||||||
gst_structure_set (structure, "interlaced", G_TYPE_BOOLEAN, TRUE, NULL);
|
gst_structure_set (structure, "interlace-mode", G_TYPE_STRING,
|
||||||
|
"mixed", NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
caps = gst_caps_simplify (caps);
|
caps = gst_caps_simplify (caps);
|
||||||
|
|
Loading…
Reference in a new issue