[Bug 771104] element: seek_simple() does not reset stop position

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Sep 9 08:46:54 UTC 2016


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

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Created attachment 335159
  --> https://bugzilla.gnome.org/attachment.cgi?id=335159&action=edit
element: Reset the stop position to NONE in seek_simple()

When using seek_simple() in combination with other kinds of seeks, this
becomes problematic. seek_simple() does not reset the stop position to
GST_CLOCK_TIME_NONE but keeps whatever a previous seek did. So for example
when doing a seek_simple() after a rate=-1 seek, we would usually get
assertions that start>stop (and stop being the old stop from the rate=1 seek).

-- 
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