gstiterator: Don't use gst_object_unref() for a GObject
authorJan Schmidt <jan@centricular.com>
Fri, 30 Sep 2022 18:54:20 +0000 (04:54 +1000)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 4 Oct 2022 11:19:14 +0000 (11:19 +0000)
commitb7b4d93452d7f6d53ec1e840690d9d80ad867243
tree10a490bf0b660768555ccbc40eb0310bc1f43804
parentfb09c028e396bf99ac95fa5e99b726f306ce2308
gstiterator: Don't use gst_object_unref() for a GObject

The owner of a GstIterator is a plain GObject. Don't unref it
with gst_object_unref(), or it will be logged in tracer
info incorrectly.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3101>
subprojects/gstreamer/gst/gstiterator.c