Skip to content

gst: Don't pass miniobjects to GST_DEBUG_OBJECT() and similar macros

Sebastian Dröge requested to merge slomo/gstreamer:debug-log-non-gobject into master

The argument must be at least a GObject according to the GstLogFunction definition, and while the default C log function handles miniobjects just fine this is crashing bindings and user-supplied log functions that (rightfully) don't expect anything but GObjects.

Merge request reports