Skip to content

gstreamer: Fix formatting if a string literal needs formatting

E.g. "blabla {some_variable}" is a string literal but needs formatting, so we can't just pass it as a literal to the logger.

Merge request reports