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 680278 - [0.11] qtdemux: push mode seeking does not work
[0.11] qtdemux: push mode seeking does not work
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.11.x
Other Linux
: Normal major
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-19 19:40 UTC by Tim-Philipp Müller
Modified: 2012-07-20 11:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2012-07-19 19:40:26 UTC
-base/tests/examples/playback $ ./playback-test 0 pushfile:///foo.m4a

Just doesn't work at all, time resets to 0 or nonsensical huge value, streaming stops.

Same for 3gp/mp4.
Comment 1 Mark Nauwelaerts 2012-07-20 11:38:33 UTC
This should take care of it:

commit 7247d136e5068e867171fc82b2bee74fd5e8197e
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Fri Jul 20 13:35:29 2012 +0200

    qtdemux: properly transform incoming segment event
    
    ... which is really useful for proper push mode seeking.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680278