matroska: fix handling of FlagInterlaced
authorTim-Philipp Müller <tim@centricular.com>
Thu, 23 Aug 2018 20:57:35 +0000 (22:57 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 23 Aug 2018 21:32:06 +0000 (23:32 +0200)
commitfd0afe033b6f1cef781309e18146e2d04043f625
tree734a4d204eb0b963be661b37021f8d37dd77b0f1
parent00143ca5547993148e40f807f823e3be25bf980d
matroska: fix handling of FlagInterlaced

This is an enum not a boolean, and a value of 2 signals
that the video is progressive, but we would mistakenly set
interlace-mode=mixed on the output caps.

https://bugzilla.gnome.org/show_bug.cgi?id=787206
gst/matroska/matroska-demux.c
gst/matroska/matroska-ids.h
gst/matroska/matroska-mux.c
gst/matroska/matroska-parse.c