videoaggregator: Don't pass GAP buffer to prepare_frame_start()
authorSeungha Yang <seungha@centricular.com>
Thu, 6 Jan 2022 13:10:18 +0000 (22:10 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 13 Jan 2022 21:29:15 +0000 (21:29 +0000)
commita13309be4a41f9625cadbfd77f0ff891ab255290
treeafc230e7918678f60a0a220dd953e68185d31abf
parente63a3a7f310b8e8b45b24d75ade8084c246c6b7b
videoaggregator: Don't pass GAP buffer to prepare_frame_start()

Likewise we do check the same condition in prepare_frames_finish(),
ignore GAP buffer (zero size with GST_BUFFER_FLAG_GAP flag) without
any further processing.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1498>
subprojects/gst-plugins-base/gst-libs/gst/video/gstvideoaggregator.c