Skip to content

gstreamer/log: Replace % with %% in the debug message

Sebastian Dröge requested to merge slomo/gstreamer-rs:log-arguments into master

Otherwise gst_debug_log() will look for further arguments that don't exist, and will likely crash or worse.

Merge request reports