[Bug 697829] Reverse playback freezes for h264 in AVI container

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jan 12 19:32:21 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=697829

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk

--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
This seems to generally work fine for me.

With your script, I notice that reverse playback is superfast and lots of these
are output on the terminal:

(python3:5595): GStreamer-CRITICAL **: gst_segment_to_running_time_full:
assertion 'stop != -1' failed


If I change the stop parameter in the seek request from

           Gst.SeekType.NONE, position)

to

           Gst.SeekType.SET, position)

it all works as expected.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list