[Bug 772742] mpegtsdemux: Implement efficient program updates

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Oct 13 07:08:34 UTC 2016


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

--- Comment #4 from Edward Hervey <bilboed at bilboed.com> ---
_reset() is called in 3 places:
* init (when created)
* READY=>PAUSED
* PAUSED=>READY

Since elements are added *before* being set to PAUSED, this is not an issue.
Usage of that streams-aware value will also be in the streaming-thread, i.e.
after _reset() is called.

Elements that are streams-aware will (or should) set this when initializing
themselves (they either are or are not streams-aware). So not an issue there
again.

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