baseparse: make seeking in DEFAULT format work if the subclass can convert for us
authorTim-Philipp Müller <tim@centricular.net>
Sun, 19 Aug 2012 16:51:00 +0000 (17:51 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 19 Aug 2012 16:51:00 +0000 (17:51 +0100)
commitb94e46b8b416b0636bb8cb11e8355b717b6d1b33
tree213caf9cbc50b92af049b3c8b37454d782af4a07
parentfc0d6ce23ac35356300172aa957346123765786d
baseparse: make seeking in DEFAULT format work if the subclass can convert for us

We only deal in TIME format ourselves, but if the subclass can handle
converting other formats into TIME format, we can support that too.

Fixes seeking in DEFAULT (sample) format with flacparse,
and the flacdec unit test.
libs/gst/base/gstbaseparse.c