[Bug 752213] tee: Avoid race condition while forwarding sticky events

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 10 02:18:10 PDT 2015


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #307207|none                        |needs-work
             status|                            |

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Comment on attachment 307207
  --> https://bugzilla.gnome.org/attachment.cgi?id=307207
tee: Avoid race condition while forwarding sticky events

I'm not much in favour of using the stream lock here. It might block the
application or whoever requested the pad for a while.

I think the best would be to remember when we last sent sticky events, and
check in the chain function if we need to update them. Some counter/cookie
thing should work for that too.

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