aggregator: add simple support for caps handling
authorMatthew Waters <matthew@centricular.com>
Sat, 20 May 2017 12:24:57 +0000 (14:24 +0200)
committerOlivier CrĂȘte <olivier.crete@collabora.com>
Sat, 20 May 2017 14:21:17 +0000 (16:21 +0200)
commit7c53043386b359b5c07df2fd0394f3e6717e0590
tree918d2fa5bf8a853e647bc2c3c1fce728ee30a741
parented8512c53e581c8b646411731d8b6603007890c8
aggregator: add simple support for caps handling

Modelled off the videoaggregator caps handling as that seems the most
mature aggregtor-using implementation that has caps handling there is.

https://bugzilla.gnome.org/show_bug.cgi?id=776931
15 files changed:
ext/gl/gstglbasemixer.c
ext/gl/gstglmixer.c
ext/gl/gstglstereomix.c
ext/gl/gstglvideomixer.c
gst-libs/gst/audio/gstaudioaggregator.c
gst-libs/gst/audio/gstaudioaggregator.h
gst-libs/gst/base/gstaggregator.c
gst-libs/gst/base/gstaggregator.h
gst-libs/gst/video/gstvideoaggregator.c
gst-libs/gst/video/gstvideoaggregator.h
gst/audiomixer/gstaudiointerleave.c
gst/audiomixer/gstaudiointerleave.h
gst/audiomixer/gstaudiomixer.c
gst/compositor/compositor.c
tests/check/elements/audiointerleave.c