video: fix GST_VIDEO_FRAME_IS_BOTTOM_FIELD()
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>
Fri, 7 Feb 2020 05:48:24 +0000 (11:18 +0530)
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>
Wed, 26 Feb 2020 16:15:59 +0000 (16:15 +0000)
commitea2619aadc16b481f2881cd81de4fa7303a7ed49
treea95927f54bc61a48b6e35882607c372358054937
parent26f386ce8b0804e54fd48940d29363d4f3af4b6b
video: fix GST_VIDEO_FRAME_IS_BOTTOM_FIELD()

GST_VIDEO_FRAME_FLAG_BOTTOM_FIELD is a subset of
GST_VIDEO_FRAME_FLAG_TOP_FIELD so needs to be checked accordingly.

Fix #726
gst-libs/gst/video/video-frame.h
tests/check/libs/video.c