[Bug 677520] New: [0.11] Can't seek after EOS

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jun 5 18:05:25 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=677520
  GStreamer | gstreamer (core) | 0.11.x

           Summary: [0.11] Can't seek after EOS
    Classification: Platform
           Product: GStreamer
           Version: 0.11.x
        OS/Version: Mac OS
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: matej.knopp at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Because of this commit

http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=8cc12b05fc6fca30357830f84019ac2bde04e68c

+  if (G_UNLIKELY (GST_PAD_IS_EOS (pad)))
+    goto eos;

Is it really necessary to have this so strict? I think should be able too seek
after EOS, or even send a new Segment event.

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