GNOME Bugzilla – Bug 783053
gstsplitmuxsrc does not transition to previous segment when negative rate is applied
Last modified: 2017-05-29 03:34:23 UTC
Created attachment 352515 [details] [review] fix patch It is caused by condition which is inverted (see attached patch)
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.