GNOME Bugzilla – Bug 680279
asfdemux: push mode seeking works only sometimes
Last modified: 2012-07-20 12:54:30 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
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