matroska: set interlace-mode

This commit is contained in:
Wim Taymans 2012-06-26 17:04:41 +02:00
parent 56690cf021
commit e565f0d1ff

View file

@ -5173,7 +5173,8 @@ gst_matroska_demux_video_caps (GstMatroskaTrackVideoContext *
}
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);