projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c02219d
)
Reset the name to NULL.
author
Wim Taymans
<wim.taymans@gmail.com>
Wed, 24 Oct 2001 19:20:58 +0000
(19:20 +0000)
committer
Wim Taymans
<wim.taymans@gmail.com>
Wed, 24 Oct 2001 19:20:58 +0000
(19:20 +0000)
Original commit message from CVS:
Reset the name to NULL.
gst/gstobject.c
patch
|
blob
|
history
diff --git
a/gst/gstobject.c
b/gst/gstobject.c
index b9cecbe348d505e7908696309be9b417fd653dad..93866fc2a7e62e5f5870a4d24246de31485cc43c 100644
(file)
--- 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->lock = g_mutex_new();
object->parent = NULL;
+ object->name = NULL;
object->flags = 0;
GST_FLAG_SET (object, GST_FLOATING);
object->flags = 0;
GST_FLAG_SET (object, GST_FLOATING);