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)
commit83192bce84fc96a1a4c6cf4a42de7ba4f57cb90a
tree449cc87becc19b89ee58550fd0d024693e0d424f
parent7f7324b3e647c232f0f721d7e7256cb23d025c02
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
ext/iqa/iqa.c
gst-libs/gst/video/gstvideoaggregator.c
gst-libs/gst/video/gstvideoaggregator.h
gst/compositor/compositor.c