GNOME Bugzilla – Bug 698896
liveadder: What is the unit for "latency"?
Last modified: 2013-05-18 11:45:20 UTC
The documentation for liveadder says: > The "latency" property > "latency" guint : Read / Write > Amount of data to buffer. > Default value: 60 It's confusing because it doesn't give a unit at all. 60 seconds? 60 milliseconds? 60 buffers? I assume it means milliseconds based on this line in a different part of the page: > Unlike the adder, the liveadder mixes the streams according the their timestamps and waits for some milli-seconds before trying doing the mixing. If that's the case, I'd recommend changing the documentation to say: > Number of milliseconds to buffer data See: http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/gst-plugins-bad-plugins-liveadder.html
(In reply to comment #0) > It's confusing because it doesn't give a unit at all. 60 seconds? 60 > milliseconds? 60 buffers? It's milliseconds, documentation shall be fixed.
Fixed commit 6e5db57d2446a753aaa76bee268e1f95600b14ce Author: Olivier Crête <olivier.crete@collabora.com> Date: Fri Apr 26 15:33:18 2013 -0400 liveadder: Document that the latency is in milliseconds Bug #698896