qtdemux: fix caps leak
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 14 Oct 2015 10:03:15 +0000 (12:03 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 14 Oct 2015 11:42:19 +0000 (14:42 +0300)
commit360a6509c7c59c73113ad3cc818f5935cceffd4b
tree175eeeb261dfcb312b99200c0cee0bc422ea78e9
parent8283337e73557a38bf32bb8aac2542aa9eb38f0c
qtdemux: fix caps leak

If the QtDemuxStream are re-used they may already have caps which used
to be leaked.

Reproduced using the
validate.dash.playback.seek_forward.dash_exMPD_BIP_TC1 validate
scenario.

https://bugzilla.gnome.org/show_bug.cgi?id=756561
gst/isomp4/qtdemux.c