rtpbin: Sink jitterbuffer/storage before passing as parameters to signals
authorSebastian Dröge <sebastian@centricular.com>
Tue, 6 Nov 2018 21:02:21 +0000 (23:02 +0200)
committerSebastian Dröge <slomo@coaxion.net>
Wed, 7 Nov 2018 09:11:16 +0000 (09:11 +0000)
commit87202cc03d9cc511c17fc2ada4caf6bd9cd259e4
tree92459c6ebbdd35f667b5ad6d0267bd6f456194ae
parent65a7d39bd4a8c8129c7fe83787e3d5b7f9ade609
rtpbin: Sink jitterbuffer/storage before passing as parameters to signals

Otherwise signal handlers from bindings will take ownership of them as
they are still floating, and we won't own a reference inside rtpbin
anymore.

Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/515
gst/rtpmanager/gstrtpbin.c