[gst-cvs] CVS: gstreamer/gst gstobject.c,1.29,1.30

Wim Taymans wtay at users.sourceforge.net
Wed Oct 24 12:21:20 PDT 2001


Update of /cvsroot/gstreamer/gstreamer/gst
In directory usw-pr-cvs1:/tmp/cvs-serv30994

Modified Files:
	gstobject.c 
Log Message:
Reset the name to NULL.


Index: gstobject.c
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/gst/gstobject.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- gstobject.c	2001/10/24 19:11:11	1.29
+++ gstobject.c	2001/10/24 19:20:58	1.30
@@ -132,6 +132,7 @@
 {
   object->lock = g_mutex_new();
   object->parent = NULL;
+  object->name = NULL;
 
   object->flags = 0;
   GST_FLAG_SET (object, GST_FLOATING);





More information about the Gstreamer-commits mailing list