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 680279 - asfdemux: push mode seeking works only sometimes
asfdemux: push mode seeking works only sometimes
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-19 20:03 UTC by Tim-Philipp Müller
Modified: 2012-07-20 12:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2012-07-19 20:03:33 UTC
This applies to both 0.11 and 0.10.

Push-mode seeking does not always work (seek fails, playback continues at current position), even for the same URI.

Works fine for me, every time:
totem http://samplemedia.linaro.org/VC1/big_buck_bunny_480p_VC1_WMA3_25fps_2100K.WMV

Fails for me, every time:
-base/tests/examples/playback$ ./playback-test 0 http://samplemedia.linaro.org/VC1/big_buck_bunny_480p_VC1_WMA3_25fps_2100K.WMV
Comment 1 Mark Nauwelaerts 2012-07-20 12:54:30 UTC
This is due to totem and playback-test performing slightly different seek, and asfdemux only supporting most basic (useful) seeking in push mode.

Following should make both seeks go through:

[0.10]
commit 870306918400df3043a92b0c6bc6849fcecac089
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Fri Jul 20 14:41:57 2012 +0200

    asfdemux: slightly relax supported seek requirements
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680279

[0.11]
commit f7c5be9dd1af21bc678ad68c8c3cf9e515c6a664
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Fri Jul 20 14:41:57 2012 +0200

    asfdemux: slightly relax supported seek requirements
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680279