Merge branch 'master' into 0.11

Conflicts:
	gst/gstelement.h
	gst/gstghostpad.c
	gst/gstminiobject.c
diff --git a/gst/gstelement.h b/gst/gstelement.h
index 9cc30ed..55714d8 100644
--- a/gst/gstelement.h
+++ b/gst/gstelement.h
@@ -598,7 +598,7 @@
  * @send_event: send a #GstEvent to the element
  * @get_query_types: get the supported #GstQueryType of this element
  * @query: perform a #GstQuery on the element
- * @state_changed: called immediately after a new state was set. Since: 0.10.35.
+ * @state_changed: called immediately after a new state was set.
  *
  * GStreamer element class. Override the vmethods to implement the element
  * functionality.