GNOME Bugzilla – Bug 765806
qtdemux: Store the segment sequence number in the EOS events and STREAM_DONE events/message
Last modified: 2016-05-02 07:04:55 UTC
See commit message. Without this, GES for example will never consider the EOS at the seek stop position to be for this segment... and just wait forever instead of considering the segment done.
Created attachment 327013 [details] [review] qtdemux: Store the segment sequence number in the EOS events and STREAM_DONE events/message Also instead of storing it per stream, store it globally in the demuxer. It's the same for each stream anyway.
Created attachment 327014 [details] [review] qtdemux: Store the segment sequence number in the EOS events and SEGMENT_DONE events/message Also instead of storing it per stream, store it globally in the demuxer. It's the same for each stream anyway.
Attachment 327014 [details] pushed as e0b2605 - qtdemux: Store the segment sequence number in the EOS events and SEGMENT_DONE events/message