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

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


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

--- Comment #14 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
>> @@ +45,3 @@
>> + *
>> + * For programmatic use, instead of using 'print-stats', you should read the
>> + * 'last-latency' and 'average-latency' properties at most once a second.
>> 
>> Why this polling ? Other elements like this will post a periodic message,
>> with a configurable timer.
>> 
>
>Because it only ever updates once a second (with the periodic tick). I can, of >course, update it to set the property instead of setting the internal variable >so people can subscribe to the ::notify signal.

Notify signal is on streaming thread, that's why we use element message in
every other elements like this.

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