v4l2: allocator: Fix unref log/trace on memory release
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.