[Bug 696952] New: [bin] Implement seek in READY/NULL

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Mar 31 02:34:48 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=696952
  GStreamer | gstreamer (core) | git

           Summary: [bin] Implement seek in READY/NULL
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: slomo at circular-chaos.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
                CC: wim.taymans at gmail.com
     GNOME version: ---


We could implement seeking in READY/NULL the following way:
- Elements that can seek will store any seek event they get before PAUSED and
will automatically handle that seek event before the pre-roll
- GstBin will cache the last seek event and will send it to all elements
(including elements that are added later) until the state change to PAUSED is
finished (and will then remove the cached seek event)

The first part is already implemented in some demuxer, e.g. qtdemux.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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