Skip to content

gstreamer: Use `obj = x` instead of `obj: x` in debug log macros

Sebastian Dröge requested to merge slomo/gstreamer-rs:log-macro-formatting into main

And deprecate the old usage. This gives better tooling support, and especially allows rustfmt to format the macro body correctly.

Fixes #513 (closed)

Merge request reports