diff -r 567bb019e3e3 -r 7e817e7e631c gstreamer_core/libs/gst/controller/gstcontrollerprivate.h --- a/gstreamer_core/libs/gst/controller/gstcontrollerprivate.h Tue Aug 31 15:30:33 2010 +0300 +++ b/gstreamer_core/libs/gst/controller/gstcontrollerprivate.h Wed Sep 01 12:16:41 2010 +0100 @@ -41,13 +41,10 @@ gchar *name; /* name of the property */ GstControlSource *csource; /* GstControlSource for this property */ gboolean disabled; - GValue last_value; } GstControlledProperty; #define GST_CONTROLLED_PROPERTY(obj) ((GstControlledProperty *)(obj)) -extern GQuark priv_gst_controller_key; - G_END_DECLS #endif /* __GST_CONTROLLER_PRIVATE_H__ */