mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 00:58:12 +00:00
docs: add Since: tag for new gst_caps_steal_structure
This commit is contained in:
parent
a76412747d
commit
6edfcc3705
1 changed files with 2 additions and 0 deletions
|
@ -538,6 +538,8 @@ gst_caps_remove_and_get_structure (GstCaps * caps, guint idx)
|
||||||
* contained in @caps. The caller becomes the owner of the returned structure.
|
* contained in @caps. The caller becomes the owner of the returned structure.
|
||||||
*
|
*
|
||||||
* Returns: a pointer to the #GstStructure corresponding to @index.
|
* Returns: a pointer to the #GstStructure corresponding to @index.
|
||||||
|
*
|
||||||
|
* Since: 0.10.30
|
||||||
*/
|
*/
|
||||||
GstStructure *
|
GstStructure *
|
||||||
gst_caps_steal_structure (GstCaps * caps, guint idx)
|
gst_caps_steal_structure (GstCaps * caps, guint idx)
|
||||||
|
|
Loading…
Reference in a new issue