Skip to content

v4l2: allocator: Fix unref log/trace on memory release

Philipp Zabel requested to merge pH5/gstreamer:v4l2allocator-refcounting into main

Use gst_object_unref() instead of g_object_unref() in gst_v4l2_allocator_release(), so refcounting log and tracer get to know about this unref.

This makes GST_REFCOUNTING logs a bit easier to follow when looking for allocator refcount issues.

Merge request reports