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 589423 - [flacdec] Implement SEEKING query
[flacdec] 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:43 UTC by Robin Stocker
Modified: 2009-07-23 10:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Robin Stocker 2009-07-22 19:43:12 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 10:07:00 UTC
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.