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 783053 - gstsplitmuxsrc does not transition to previous segment when negative rate is applied
gstsplitmuxsrc does not transition to previous segment when negative rate is ...
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.12.0
Other All
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-05-24 17:27 UTC by Ivan Roubíček
Modified: 2017-05-29 03:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix patch (1.11 KB, patch)
2017-05-24 17:27 UTC, Ivan Roubíček
none Details | Review

Description Ivan Roubíček 2017-05-24 17:27:30 UTC
Created attachment 352515 [details] [review]
fix patch

It is caused by condition which is inverted (see attached patch)
Comment 1 Jan Schmidt 2017-05-29 03:34:23 UTC
Which version of GStreamer are you using? Both 1.12.0 and git master already have a fix for that:

commit 7c0a9cb5853a5cd3505a39a24ee81effa010a4a6
Author: Jan Schmidt <jan@centricular.com>
Date:   Tue Feb 28 11:50:45 2017 +1100

    splitmuxsrc: Fix reverse playback
    
    Fix the check for whether the start time of the segment has
    been reached when playing in reverse. Otherwise, playback
    stops after reaching the start of any file part, instead of
    continuing until all parts within the segment have played

Please re-open if there's something I've missed.