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 679435 - [matroska] Playback rate cannot be changed when streaming a webm file
[matroska] Playback rate cannot be changed when streaming a webm file
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.36
Other All
: Normal normal
: 0.10.32
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-05 08:13 UTC by Xavi Artigas
Modified: 2012-07-18 09:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Basic tutorial 13 from the GStreamer SDK tutorials (4.23 KB, text/plain)
2012-07-05 08:13 UTC, Xavi Artigas
Details

Description Xavi Artigas 2012-07-05 08:13:41 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)
Comment 1 Sebastian Dröge (slomo) 2012-07-18 09:38:54 UTC
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.