[Bug 793839] audiolatency: New plugin for measuring audio latency

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Feb 27 16:17:08 UTC 2018


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

--- Comment #13 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
>> Also, the code
>> is not thread safe, the getters access various internal variable and is
>> racing with the streaming thread.
>> 
>
>It is impossible for there to be a race on these. set_latency is only ever >called once a second, at most, and get_latency is only reading a single integer >property.

GST_OBJECT_LOCK() please, no excuse to mess with the CPU cache.

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