documentation changes (thx Ross)

Original commit message from CVS:
documentation changes (thx Ross)
This commit is contained in:
Benjamin Otte 2003-03-30 18:30:07 +00:00
parent df2f947370
commit 42b3e8c7f1

View file

@ -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.
*/