summaryrefslogtreecommitdiff
path: root/gst/gstobject.h
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-11-27 14:15:08 +0200
committerStefan Kost <ensonic@users.sf.net>2009-11-27 14:18:38 +0200
commitf1d39627f6777a29184555c1cd22356455e5d446 (patch)
treefa5276145a704a14a28f04057b10dc64fcfc27f3 /gst/gstobject.h
parent9d640c7c619067d555e850fb0d5e9f034123b07e (diff)
downloadgstreamer-f1d39627f6777a29184555c1cd22356455e5d446.tar.gz
gstobject: add FIXME-0.11 comments
Diffstat (limited to 'gst/gstobject.h')
-rw-r--r--gst/gstobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gstobject.h b/gst/gstobject.h
index b056797c77..8a4de108db 100644
--- a/gst/gstobject.h
+++ b/gst/gstobject.h
@@ -252,9 +252,11 @@ struct _GstObjectClass {
gchar *path_string_separator;
GObject *signal_object;
+ /* FIXME-0.11: remove this, plus the above GST_CLASS_*_LOCK macros */
GStaticRecMutex *lock;
/* signals */
+ /* FIXME-0.11: remove, and pass NULL in g_signal_new(), we never used them */
void (*parent_set) (GstObject * object, GstObject * parent);
void (*parent_unset) (GstObject * object, GstObject * parent);
void (*object_saved) (GstObject * object, GstXmlNodePtr parent);