Skip to content

Remove `gst_` prefix for log macros

It's quite quite common to use similar macros in the form log::debug! or glib::clone!. This MR renames the gst log macros so that we can gst::debug! instead of gst_debug! and whithout the need for use gst::gst_debug.

Merge request reports