[Bug 715192] videodecoder: Cannot accumulate buffer while downstream is blocked

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 13 00:25:00 PDT 2015


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

--- Comment #23 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Yes, I think the main problem here was that after gst_pad_push() the base class
also accesses various internal fields and updates them, and it wasn't clear if
it's safe to do them a) before gst_pad_push() or b) unlock the stream lock,
potentially accept more data on the sinkpad and then lock again and modify them

Needs someone to analyze that :)

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