GNOME Bugzilla – Bug 589424
[flvdemux] Implement SEEKING query
Last modified: 2009-07-23 10:27:27 UTC
Totem determines if a file is seekable by doing a SEEKING query for GST_FORMAT_TIME. Since bug #584838 has been fixed in gstreamer, basesrc doesn't answer the seeking query automatically with TRUE anymore, so demuxers should really implement the SEEKING query themselves. See bug #588944 for the original bug report for mpegpsdemux.
commit aa02444768d8524fd6f70c84c87c3a269fb17c40 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Thu Jul 23 11:50:16 2009 +0200 flvdemux: Implement SEEKING query Also add some more query types to the answer of the query type function. Fixes bug #589424.