Reset the name to NULL.

Original commit message from CVS:
Reset the name to NULL.
This commit is contained in:
Wim Taymans 2001-10-24 19:20:58 +00:00
parent c02219d24a
commit d784ecc5b9

View file

@ -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);