[Bug 786034] plugins: *queue* elements: Handle STREAM_START in EOS situation
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Aug 9 10:37:33 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=786034
Edward Hervey <bilboed at bilboed.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|git master |1.13.1
--- Comment #2 from Edward Hervey <bilboed at bilboed.com> ---
commit e2f8dc0aeff50de64e568831966b4df831d1fa1c
Author: Edward Hervey <edward at centricular.com>
Date: Wed Aug 9 10:51:39 2017 +0200
plugins: *queue* elements: Handle STREAM_START in EOS situation
When queue-like elements are in "EOS" situation (received GST_FLOW_EOS
from downstream or EOS was pushed), they drain buffers/events that
wouldn't be processed anyway and let through events that might
modify the EOS situation.
Previously only GST_EVENT_EOS and GST_EVENT_SEGMENT events were let
through, but we also need to allow GST_EVENT_STREAM_START to go
through since it resets the EOS state of pads since 1.6
https://bugzilla.gnome.org/show_bug.cgi?id=786034
--
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