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 724640 - matroska-demux can't jump by gap in case of backward playback
matroska-demux can't jump by gap in case of backward playback
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.2.4
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-18 13:48 UTC by Levente Farkas
Modified: 2018-11-03 14:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Levente Farkas 2014-02-18 13:48:48 UTC
if we try to step forward in a matroska file then it's working even if the gap time is set. but when it's also set but i'd like to step backward then it's no longer working. the reason for this is in this line:
http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/gst/matroska/matroska-demux.c#n3485
where you explicitly test only for positive rate while it'd have to implement for negative rate too.
Comment 1 Sebastian Dröge (slomo) 2014-02-19 20:28:11 UTC
Yes, the same has to be implemented in reverse for reverse playback.
Comment 2 GStreamer system administrator 2018-11-03 14:51:38 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/108.