GNOME Bugzilla – Bug 589423
[flacdec] Implement SEEKING query
Last modified: 2009-07-23 10:24:31 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 3d49e3993fcddc7b6937facadebf1fdd21616746 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Thu Jul 23 12:06:27 2009 +0200 flacdec: Implement SEEKING query Fixes bug #589423.