GNOME Bugzilla – Bug 794906
qtdemux: edit list segment bound check is buggy
Last modified: 2018-11-03 15:28:02 UTC
In pull mode (the only mode where complex edit lists are supported), the condition to check if a frame is outside the current edit is: QTSAMPLE_DTS (stream, sample) >= segment->media_stop That is wrong because it's comparing DTS with PTS (`segment->media_stop`). In consequence, often one or two extra frames that are out-of-segment are sent before the new GstSegment. See the tests introduced in https://bugzilla.gnome.org/show_bug.cgi?id=794902 to see this bug in action.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/458.