diff --git a/docs/gst/tmpl/gstelement.sgml b/docs/gst/tmpl/gstelement.sgml index 7d0eae7e86..118a9b4f56 100644 --- a/docs/gst/tmpl/gstelement.sgml +++ b/docs/gst/tmpl/gstelement.sgml @@ -81,22 +81,21 @@ of an element he doesn't need anymore. @element: a #GstElement to destroy - + - +Sets the name of the element, getting rid of the old name if there was one. -@element: -@Returns: +@element: a #GstElement to set the name of. +@name: the new name of the element. - - + - +Gets the name of the element. -@element: -@name: +@element: a #GstElement to get the name of. +@Returns: the name of the element. @@ -470,24 +469,6 @@ of an element he doesn't need anymore. @Returns: - - -The function to get the clock from a clock providing element - - -@element: The element to get the clock of -@Returns: The clock provided by the element - - - - -The function to set the clock on a clock receiving element. - - -@element: The element to set the clock on -@clock: The clock to set on the element - - @@ -525,22 +506,22 @@ circumstances. @sched: - + - +Gets the parent of an element. -@element: -@Returns: +@element: a #GstElement to get the parent of. +@Returns: the #GstObject parent of the element. - + - +Sets the parent of an element. -@element: -@parent: +@element: a #GstElement to set the parent of. +@parent: the new #GstObject parent of the object. @@ -872,15 +853,6 @@ Get the clock of this element @obj: a #GstElement to query - - - - - -@gstelement: the object which received the signal. -@arg1: -@arg2: -