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

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


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

            Bug ID: 771104
           Summary: element: seek_simple() does not reset stop position
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: slomo at coaxion.net
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

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

Attached patch fixes that but also slightly changes behaviour, shouldn't break
anything that worked before though.

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