GNOME Bugzilla – Bug 796623
tsdemux: Ensure valid seqnum on segment events
Last modified: 2018-06-19 04:58:20 UTC
Please review this changes, I have blindly fixed a CRITICAL assertion, but would like a confirmation if this is the right thing to do or not.
Created attachment 372717 [details] [review] tsdemux: Ensure valid seqnum on segment events
Review of attachment 372717 [details] [review]: ::: gst/mpegtsdemux/tsdemux.c @@ +2483,2 @@ demux->segment_event = gst_event_new_segment (&demux->segment); + gst_event_set_seqnum (demux->segment_event, seqnum); no need to create a seqnum if the stored one is invalid. New events are always created with a valid seqnum.
Created attachment 372718 [details] [review] tsdemux: Don't set invalid seqnum on segment event
Attachment 372718 [details] pushed as c052ae5 - tsdemux: Don't set invalid seqnum on segment event