GNOME Bugzilla – Bug 745921
tsparse: Smoothing latency is in microseconds
Last modified: 2015-03-15 14:51:37 UTC
Why is this new property in usecs, which are almost never used elsewhere in GStreamer? I think it would make sense to either use nanosecs like we do elsewhere, or millisecs/secs if we want something easy to manipulate, micro-secs are just a strange in-between.
*shrug* nanoseconds seemed overly precise and milliseconds not precise enough. We use microseconds elsewhere - audio sources and sinks. I'd think I'd rather not arbitrarily change it when people are already using the elements - it'd break in subtle ways, since there'd be no warning it had changed. If you really want, we could add a smoothing-latency-ns or so?
Not two properties please, that's just confusing. What should we do about this? Someone needs to make a decision, or it just stays as is ;)
My preference is just to wont-fix.