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)
commit00880b5830060b6733a9332a4163bab407d2dfce
tree79813bb7ab2837a9baa55d6f25df5f4e37a3fb32
parentec45cbda222e7c7c715f72f731576c4c1ed4e2cf
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