videoaggregator: Move aggregated_frame and the pad buffer into the private struct
authorSebastian Dröge <sebastian@centricular.com>
Sat, 5 May 2018 13:49:17 +0000 (15:49 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 5 May 2018 14:32:19 +0000 (16:32 +0200)
commit1c8110ab1714126123aae7cd0014c031685fc2de
tree81b07bfb78b174c9e473a42341ae86b90889822a
parent404b802846e50d4cc631001b6ff29dfd764e0bb0
videoaggregator: Move aggregated_frame and the pad buffer into the private struct

The aggregated_frame is now called prepared_frame and passed to the
prepare_frame and cleanup_frame virtual methods directly. For the
currently queued buffer there is a method on the video aggregator pad
now.
ext/gl/gstglmixer.c
ext/gl/gstglstereomix.c
ext/gl/gstglvideomixer.c
gst-libs/gst/video/gstvideoaggregator.c
gst-libs/gst/video/gstvideoaggregator.h
gst/compositor/compositor.c