gst/gstxml.c: Clarify that the save_thyself() and restore_thyself() virtual functions...
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 10 Oct 2008 15:38:06 +0000 (15:38 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 10 Oct 2008 15:38:06 +0000 (15:38 +0000)
Original commit message from CVS:
* gst/gstxml.c:
Clarify that the save_thyself() and restore_thyself() virtual
functions of GstObject need to be overriden, not
gst_object_(save|restore)_thyself() which is impossible.
Fixes bug #555700.

ChangeLog
gst/gstxml.c

index 49c9e06..de3ca1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
+
+       * gst/gstxml.c:
+       Clarify that the save_thyself() and restore_thyself() virtual
+       functions of GstObject need to be overriden, not
+       gst_object_(save|restore)_thyself() which is impossible.
+       Fixes bug #555700.
+
 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
 
        * gst/gstpad.c: (gst_pad_get_range), (gst_pad_pull_range):
index e4ed26a..ffb5425 100644 (file)
@@ -30,8 +30,8 @@
  * Additionally one can load saved pipelines into the gst-editor to inspect the
  * graph.
  *
- * #GstElement implementations need to override gst_object_save_thyself() and
- * gst_object_restore_thyself().
+ * #GstElement implementations need to override the save_thyself() and
+ * restore_thyself() virtual functions of #GstObject.
  */
 
 #include "gst_private.h"