videoaggregator: Don't crash when setting pad properties after the aggregator was...
authorSebastian Dröge <sebastian@centricular.com>
Fri, 1 May 2020 08:27:46 +0000 (11:27 +0300)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 1 May 2020 10:41:29 +0000 (10:41 +0000)
commit637bbac62245d836490a1e755a2c0272a66b640e
tree7904f7631962b292744358aa0640e57bea874239
parent380dffb0d0e201db8c2b0acd16e2f8d8e7ebaa34
videoaggregator: Don't crash when setting pad properties after the aggregator was finalized

The application might still have a strong reference to a pad and change
properties, which should work without crashing.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/649>
gst-libs/gst/video/gstvideoaggregator.c