mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 13:36:39 +00:00
query: Fix gi annotations of gst_structure_new_custom()
This commit is contained in:
parent
e8346c5789
commit
88acf3515e
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ gst_query_parse_segment (GstQuery * query, gdouble * rate, GstFormat * format,
|
||||||
/**
|
/**
|
||||||
* gst_query_new_custom:
|
* gst_query_new_custom:
|
||||||
* @type: the query type
|
* @type: the query type
|
||||||
* @structure: a structure for the query
|
* @structure: (allow-none) (transfer full): a structure for the query
|
||||||
*
|
*
|
||||||
* Constructs a new custom query object. Use gst_query_unref()
|
* Constructs a new custom query object. Use gst_query_unref()
|
||||||
* when done with it.
|
* when done with it.
|
||||||
|
|
Loading…
Reference in a new issue