[Bug 759535] gst_clock_id_unschedule isnt thread safe

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Apr 11 06:20:21 UTC 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
I would consider this WONTFIX. It's the same problem with all functions that
allow scheduling a callback to be called at some point (e.g. g_idle_add() has
the same). It's how these things are working everywhere, and if you need more
guarantees you have to do that from inside the callback.

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