[Bug 753899] baseparse: push sticky events to downstreams for initial prerolling

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Sep 1 15:52:44 PDT 2015


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

--- Comment #21 from HoonHee Lee <hoonh83.lee at gmail.com> ---
I am not sure which is better or proper when gap is received.
One is to sending sticky events to downstream element through
gst_pad_sticky_events_foreach () func.
Second is to setting caps to srcpad through gst_pad_set_caps () func.
Third is to insert caps event to pending_events and then pushes it through
gst_base_parse_push_pending_events () func.

Please check and review my patch.

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