[Bug 750027] New: concat: Reset internal start offset to 0 after flushing seek

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu May 28 05:31:00 PDT 2015


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

            Bug ID: 750027
           Summary: concat: Reset internal start offset to 0 after
                    flushing seek
    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: dv at pseudoterminal.org
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 304149
  --> https://bugzilla.gnome.org/attachment.cgi?id=304149&action=edit
Patch for resetting the start offset after flushing seek

This fixes seek problems that occur after concat switched to a next stream.
In such cases, concat will produce a segment with a nonzero base value.
This way, segments from individual streams are concatenated seamlessly.

However, after a flushing seek, the element base-time is reset. This means
that current_start_offset has to be reset to 0, since it was calculated
with the old base-time in mind.

This patch depends on https://bugzilla.gnome.org/show_bug.cgi?id=745366 .

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