multiqueue: Hold weak references to pads/multiqueue in SingleQueue
authorThibault Saunier <tsaunier@igalia.com>
Thu, 27 Jun 2019 19:51:47 +0000 (15:51 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Fri, 28 Jun 2019 19:30:54 +0000 (15:30 -0400)
commit27fbaf9d4423eab633053e470094228decde25c9
tree83ef4cf04276e50d1c9925c16f81947738f2540e
parent5f89225bc2766b6cfb4ce1d5a09a0e8276e02d1e
multiqueue: Hold weak references to pads/multiqueue in SingleQueue

Without holding a ref we have no guarantees that the SingleQueue
doesn't have dangling pointers on those objects during its destruction.
plugins/elements/gstmultiqueue.c