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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Dec 1 22:43:45 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=715192
  GStreamer | gst-plugins-base | git

--- Comment #12 from Alexey Chernov <4ernov at gmail.com> 2013-12-02 06:43:42 UTC ---
Hmmm.. do you mean pushing downstream events serialized with buffer stream?
If so, I think, this issue exists even now, without the patch, because AFAICT
all the calls to gst_pad_push_event() isn't protected by STREAM_LOCK, so
locking it for gst_pad_push() call doesn't seem to save the game.
Unfortunately, I don't have an idea how to solve it easily. We had some
thoughts on adding some multi-threaded-aware routines to GstVideoDecoder or to
subclass it for multi-threaded decoders, but all these are not too realistic
for now, I think.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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