videoaggregator: Do source pad negotiation only from the aggregated function
authorSebastian Dröge <sebastian@centricular.com>
Thu, 27 Nov 2014 18:52:20 +0000 (19:52 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 27 Nov 2014 18:54:10 +0000 (19:54 +0100)
commit11740d78b19480a15a6b4b4a3a3fef87bd651d13
tree272755d5860dc22cef82a12b5e8c308ef3da1a99
parenta61d2e4e07e0dad1a979f337026406ee4ee7941b
videoaggregator: Do source pad negotiation only from the aggregated function

Otherwise we might negotiate from the sinkpad streaming threads at
the same time as on the srcpad streaming thread, and then all kinds
of crazy bugs happen that don't make any sense at all.
gst-libs/gst/video/gstvideoaggregator.c