introspection: Add annotations for gst_element_query_{duration,position}

Fixes bug #595511.
This commit is contained in:
Johan Bilien 2009-09-17 16:30:43 -04:00 committed by Sebastian Dröge
parent d600ce0a29
commit 920e9b569d

View file

@ -2149,9 +2149,9 @@ gst_element_query_position (GstElement * element, GstFormat * format,
/**
* gst_element_query_duration:
* @element: a #GstElement to invoke the duration query on.
* @format: a pointer to the #GstFormat asked for.
* @format: (inout): a pointer to the #GstFormat asked for.
* On return contains the #GstFormat used.
* @duration: A location in which to store the total duration, or NULL.
* @duration: (out): A location in which to store the total duration, or NULL.
*
* Queries an element for the total stream duration.
*
@ -2813,9 +2813,9 @@ pads_changed:
/**
* gst_pad_query_position:
* @pad: a #GstPad to invoke the position query on.
* @format: a pointer to the #GstFormat asked for.
* @format: (inout): a pointer to the #GstFormat asked for.
* On return contains the #GstFormat used.
* @cur: A location in which to store the current position, or NULL.
* @cur: (out): A location in which to store the current position, or NULL.
*
* Queries a pad for the stream position.
*