From: Thibault Saunier Date: Mon, 22 Apr 2013 21:08:43 +0000 (-0300) Subject: controller: Fix element-type annotations X-Git-Tag: 1.1.1~81 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b8181a8c550e74acaba4e8c55bdc649fa551dc9;p=platform%2Fupstream%2Fgstreamer.git controller: Fix element-type annotations --- diff --git a/libs/gst/controller/gsttimedvaluecontrolsource.c b/libs/gst/controller/gsttimedvaluecontrolsource.c index 0bca7c2..964bc4f 100644 --- a/libs/gst/controller/gsttimedvaluecontrolsource.c +++ b/libs/gst/controller/gsttimedvaluecontrolsource.c @@ -233,7 +233,7 @@ gst_timed_value_control_source_set (GstTimedValueControlSource * self, /** * gst_timed_value_control_source_set_from_list: * @self: the #GstTimedValueControlSource object - * @timedvalues: (transfer none) (element-type GstController.TimedValue): a list + * @timedvalues: (transfer none) (element-type GstTimedValue): a list * with #GstTimedValue items * * Sets multiple timed values at once. @@ -347,7 +347,7 @@ _append_control_point (GstControlPoint * cp, GQueue * res) * Returns a read-only copy of the list of #GstTimedValue for the given property. * Free the list after done with it. * - * Returns: (transfer container) (element-type GstController.TimedValue): a copy + * Returns: (transfer container) (element-type GstTimedValue): a copy * of the list, or %NULL if the property isn't handled by the controller */ GList *