From d784ecc5b98fe8d5a79817668a7bcbf576eaa9c1 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 24 Oct 2001 19:20:58 +0000 Subject: [PATCH] Reset the name to NULL. Original commit message from CVS: Reset the name to NULL. --- gst/gstobject.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/gstobject.c b/gst/gstobject.c index b9cecbe348..93866fc2a7 100644 --- a/gst/gstobject.c +++ b/gst/gstobject.c @@ -132,6 +132,7 @@ gst_object_init (GstObject *object) { object->lock = g_mutex_new(); object->parent = NULL; + object->name = NULL; object->flags = 0; GST_FLAG_SET (object, GST_FLOATING); -- 2.34.1