qtmux: create streamable output if downstream is not seekable
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 25 Feb 2012 15:55:15 +0000 (15:55 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 25 Feb 2012 15:57:02 +0000 (15:57 +0000)
commit676b371bdb2d80e9beee9c527b92c46214af4550
tree2ff91e4d2ffb833afd9a0bcacec5db8fb7c97246
parent6b0dd4758657630c6f043593a6b64ccb35b33ae0
qtmux: create streamable output if downstream is not seekable

Ignore the "streamable" property setting and create streamable
output if downstream is known not to be seekable (as queried
via a SEEKABLE query).

Fixes pipelines like qtmux ! appsink possibly creating seemingly
corrupted output if streamable has not been set to true.
gst/isomp4/gstqtmux.c