[Bug 781225] New: qtdemux: set seqnum to segment event in push mode

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Apr 12 15:47:00 UTC 2017


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

            Bug ID: 781225
           Summary: qtdemux: set seqnum to segment event in push mode
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: chul0812 at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

I found that when playing media using qtdemux in pull mode (streaming), the
seqnum of the relevant events after seek is different from seqnum of the seek
event.

Seqnum of segment is only used when seeking in pull mode. In push mode, the
seek
event is processed by the upstream source element, so this value is never used.
I fixed to apply seqnum of segment event sent from the upstream in push mode.

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