mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
documentation changes (thx Ross)
Original commit message from CVS: documentation changes (thx Ross)
This commit is contained in:
parent
df2f947370
commit
42b3e8c7f1
1 changed files with 6 additions and 2 deletions
|
@ -3034,10 +3034,14 @@ gst_pad_query_default (GstPad *pad, GstQueryType type,
|
|||
* gst_pad_query:
|
||||
* @pad: a #GstPad to invoke the default query on.
|
||||
* @type: the #GstQueryType of the query to perform.
|
||||
* @format: a pointer to the #GstFormat of the result.
|
||||
* @format: a pointer to the #GstFormat asked for.
|
||||
* On return contains the #GstFormat used.
|
||||
* @value: a pointer to the result.
|
||||
*
|
||||
* Queries a pad for one of the available properties.
|
||||
* Queries a pad for one of the available properties. The format will be
|
||||
* adjusted to the actual format used when specifying formats such as
|
||||
* GST_FORMAT_DEFAULT.
|
||||
* FIXME: Tell if the format can be adjusted when specifying a definite format.
|
||||
*
|
||||
* Returns: TRUE if the query could be performed.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue