[Bug 721096] pad: Pad BLOCKING probe callback issues

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Dec 31 05:28:52 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=721096
  GStreamer | gstreamer (core) | git

--- Comment #8 from Andrey Utkin <me at andrey-utkin.pp.ua> 2013-12-31 13:28:47 UTC ---
BTW Only statically allocated mutex can be safely used in this situation.
Because if the mutex is automatically or dynamically  allocated, the mutex
inevitably gets freed somewhere. And since we have no guarantees against late
spare calls to our probe callback, mutex can be invalid at that moment.

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