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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Apr 12 18:22:04 UTC 2017


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

Thiago Sousa Santos <thiagossantos at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thiagossantos at gmail.com

--- Comment #2 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
(I'm assuming you had a typo in your first line push -> pull)

I'm not sure I follow what is the bug here. This is what should happen when you
send a seek upstream:

1) Demux receives a seek, converts it to a new seek for upstream
2) Demux sets the new seek with the same seqnum of the original seek
3) Source receives the seek and handles it
4) Source creates a new segment event with the same seqnum of the seek it
received (which is the same as of the original seek)
5) Demux receives the segment with the same seqnum as the original one.
6) Demux forwards its own segment and also copies over the seqnum

It seems to me that the bug might be in the source not copying the seqnum
properly. Can you provide more information on the issue you are experiencing?

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