[gst-cvs] CVS: gstreamer/gst gstobject.h,1.17.4.2,1.17.4.3
Wim Taymans
wtay at users.sourceforge.net
Mon Oct 1 13:55:12 PDT 2001
Update of /cvsroot/gstreamer/gstreamer/gst
In directory usw-pr-cvs1:/tmp/cvs-serv8774/gst
Modified Files:
Tag: BRANCH-EVENTS1
gstobject.h
Log Message:
loadsave fixes
Index: gstobject.h
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/gst/gstobject.h,v
retrieving revision 1.17.4.2
retrieving revision 1.17.4.3
diff -u -d -r1.17.4.2 -r1.17.4.3
--- gstobject.h 2001/10/01 19:41:03 1.17.4.2
+++ gstobject.h 2001/10/01 20:54:14 1.17.4.3
@@ -149,7 +149,7 @@
#ifndef GST_DISABLE_LOADSAVE
xmlNodePtr gst_object_save_thyself (GstObject *object, xmlNodePtr parent);
-void gst_object_restore_thyself (GstObject *object, xmlNodePtr parent);
+void gst_object_restore_thyself (GstObject *object, xmlNodePtr parent);
#else
#pragma GCC poison gst_object_save_thyself
#pragma GCC poison gst_object_restore_thyself
More information about the Gstreamer-commits
mailing list