Skip to content

gstreamer/log: Allow any glib::Object as target for logging

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

gst::Object is not actually required. For plain glib::Objects only the pointer address is printed instead of a name but it works fine.

Merge request reports