mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 15:04:46 +00:00
Reset the name to NULL.
Original commit message from CVS: Reset the name to NULL.
This commit is contained in:
parent
c02219d24a
commit
d784ecc5b9
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ gst_object_init (GstObject *object)
|
||||||
{
|
{
|
||||||
object->lock = g_mutex_new();
|
object->lock = g_mutex_new();
|
||||||
object->parent = NULL;
|
object->parent = NULL;
|
||||||
|
object->name = NULL;
|
||||||
|
|
||||||
object->flags = 0;
|
object->flags = 0;
|
||||||
GST_FLAG_SET (object, GST_FLOATING);
|
GST_FLAG_SET (object, GST_FLOATING);
|
||||||
|
|
Loading…
Reference in a new issue