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 628894 - [matroskademux] sloppy reverse playback
[matroskademux] sloppy reverse playback
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.25
Other Linux
: Normal normal
: 0.10.26
Assigned To: Mark Nauwelaerts
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-06 15:14 UTC by Miguel Angel Cabrera Moya
Modified: 2010-09-09 07:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Miguel Angel Cabrera Moya 2010-09-06 15:14:13 UTC
Using seek.c (in gst-plugins-base) with playbin2, reverse playback of a mkv file is sloppy, probably it is only playing keyframes.

The file is http://pantuflo.gsyc.es/~cmoya/video.mkv (62MB)
Comment 1 Miguel Angel Cabrera Moya 2010-09-07 07:57:14 UTC
While researching i have found that with gst-plugins-good-0.10.23 this file plays fine in reverse.
Comment 2 Mark Nauwelaerts 2010-09-08 15:55:31 UTC
commit 91a60245b715355757b51187e5e8dca2abd477b4
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Wed Sep 8 17:50:11 2010 +0200

    matroskademux: QoS handling logic only applies to forward playback
    
    Fixes #628894.
Comment 3 Miguel Angel Cabrera Moya 2010-09-09 07:54:41 UTC
I have compiled and tested your fix and works fine.

Thanks.