[Bug 755169] dashdemux: can we have multiple seek events at the same time?

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Sep 25 03:22:19 PDT 2015


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

--- Comment #44 from Florin Apostol <florin.apostol at oregan.net> ---
(In reply to Vincent Penquerc'h from comment #43)
> The API lock needs to be recursive because we end up in two event handlers
> at one point, in the same thread. I can't recall which exactly, but I could
> rechange the code to reproduce the lock if you want.
> 
A recursive mutex is dangerous. We really should understand why it is needed. I
think it can be avoided. The original developer avoided it in one scenario
using demux->priv->exposing. Maybe we can do this here too, for the particular
scenario that caused you problems.

> The api lock is released just before that line.
I can't identify that place. Can you recall the scenario? Don't need to prove
it, just describe it.

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