flvmux: create streamable output if downstream is not seekable
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 25 Feb 2012 15:48:44 +0000 (15:48 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 25 Feb 2012 15:56:51 +0000 (15:56 +0000)
commit6b0dd4758657630c6f043593a6b64ccb35b33ae0
tree651fbe981317655896543e0f5bc3937db0be07d5
parentf4afccff5c8c8f4163544c40b6e671a5b98d54c3
flvmux: 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 flvmux ! appsink possibly creating seemingly
corrupted output if streamable has not been set to true.
gst/flv/gstflvmux.c