miniobject: clear flags in init

This commit is contained in:
Wim Taymans 2011-02-23 12:00:42 +01:00
parent fd59a2cead
commit be21f9cf42

View file

@ -107,6 +107,7 @@ gst_mini_object_init (GstMiniObject * mini_object, GType type, gsize size)
{
mini_object->type = type;
mini_object->refcount = 1;
mini_object->flags = 0;
mini_object->size = size;
}