video-info: parse field-order for all interleaved formats
authorMarco Felsch <m.felsch@pengutronix.de>
Mon, 19 Nov 2018 16:19:33 +0000 (17:19 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 19 Sep 2019 12:48:48 +0000 (13:48 +0100)
commit069af6eaa0cb843a079fd37ddf8b1167e277b719
treefa8c8fd8ec88682f3298d4a5f948ebe5f3550570
parentf92345aa0d568ce4b22434e6b60989e233c9d43f
video-info: parse field-order for all interleaved formats

The "field-order" is related for all interlace_mode modes except the
"progressive" mode. So instead of or'ing each mode we can use the
already supported GST_VIDEO_INFO_IS_INTERLACED macro.
gst-libs/gst/video/video-info.c