summaryrefslogtreecommitdiff
path: root/gst/gstobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstobject.c')
-rw-r--r--gst/gstobject.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gstobject.c b/gst/gstobject.c
index 404c3849e..2a0963d90 100644
--- a/gst/gstobject.c
+++ b/gst/gstobject.c
@@ -380,6 +380,7 @@ gst_object_sink (gpointer object)
GST_OBJECT_LOCK (object);
if (G_LIKELY (GST_OBJECT_IS_FLOATING (object))) {
+ GST_CAT_LOG_OBJECT (GST_CAT_REFCOUNTING, object, "clear floating flag");
GST_OBJECT_FLAG_UNSET (object, GST_OBJECT_FLOATING);
GST_OBJECT_UNLOCK (object);
gst_object_unref (object);