mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
gstquery: Fix annotation
This commit is contained in:
parent
2bdd71a710
commit
16bf133566
1 changed files with 1 additions and 1 deletions
|
@ -1489,7 +1489,7 @@ gst_query_new_allocation (GstCaps * caps, gboolean need_pool)
|
||||||
/**
|
/**
|
||||||
* gst_query_parse_allocation:
|
* gst_query_parse_allocation:
|
||||||
* @query: a #GstQuery
|
* @query: a #GstQuery
|
||||||
* @caps: (out transfer none) (allow-none): The #GstCaps
|
* @caps: (out) (transfer none) (allow-none): The #GstCaps
|
||||||
* @need_pool: (out) (allow-none): Whether a #GstBufferPool is needed
|
* @need_pool: (out) (allow-none): Whether a #GstBufferPool is needed
|
||||||
*
|
*
|
||||||
* Parse an allocation query, writing the requested caps in @caps and
|
* Parse an allocation query, writing the requested caps in @caps and
|
||||||
|
|
Loading…
Reference in a new issue