After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 589424 - [flvdemux] Implement SEEKING query
[flvdemux] Implement SEEKING query
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.16
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-22 19:50 UTC by Robin Stocker
Modified: 2009-07-23 10:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Robin Stocker 2009-07-22 19:50:32 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.
Comment 1 Sebastian Dröge (slomo) 2009-07-23 09:51:39 UTC
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.