mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
introspection: Add annotations for gst_element_query_{duration,position}
Fixes bug #595511.
This commit is contained in:
parent
d600ce0a29
commit
920e9b569d
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue