François Laignel
François Laignel
Hi! Thanks you for this nice tool. I'm proposing these 2 fixes: - time reported by the latency tracer can be negative => use one's complement to recover the expected...
Generate implementations for `property_if()`, `property_if_some()`, `property_from_iter()` & `property_if_not_empty()` where applicable. See https://github.com/gtk-rs/gtk-rs-core/pull/1377 and more specifically: https://github.com/gtk-rs/gtk-rs-core/pull/1377#discussion_r1586068809
Some code formatting styles are too challenging for the indent style auto detection heuristic. The indent style for C code in [GStreamer] should use 2 spaces, but auto detection leads...