GNOME Bugzilla – Bug 679435
[matroska] Playback rate cannot be changed when streaming a webm file
Last modified: 2012-07-18 09:38:54 UTC
Created attachment 218075 [details] Basic tutorial 13 from the GStreamer SDK tutorials The attached program execises a number of trick modes. In particular, it can change the playback rate via Seek events. When playing a webm file from an http:// URI, changing the rate has no impact, besides moving a bit the playback position (I assume it is jumping to the nearest keyframe). When playing the exact same file from a file:// URI, changing the rate works as expected. (This code also shows other bugs, which are being tracked separately: 679250 and 679378)
commit b11e0c459feb187cc9e377cd86211cd655bed33f Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Wed Jul 18 11:36:27 2012 +0200 matroskademux: Pass seek rate to upstream seek events in push mode Fixes bug #679435.