mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 08:25:33 +00:00
caps: Add (transfer full) annotation to simplify() and subtract() return value
https://bugzilla.gnome.org/show_bug.cgi?id=759948
This commit is contained in:
parent
8e4c80c465
commit
ccec9e6b90
1 changed files with 2 additions and 2 deletions
|
@ -1753,7 +1753,7 @@ gst_caps_structure_subtract (GSList ** into, const GstStructure * minuend,
|
||||||
* <note>This function does not work reliably if optional properties for caps
|
* <note>This function does not work reliably if optional properties for caps
|
||||||
* are included on one caps and omitted on the other.</note>
|
* are included on one caps and omitted on the other.</note>
|
||||||
*
|
*
|
||||||
* Returns: the resulting caps
|
* Returns: (transfer full): the resulting caps
|
||||||
*/
|
*/
|
||||||
GstCaps *
|
GstCaps *
|
||||||
gst_caps_subtract (GstCaps * minuend, GstCaps * subtrahend)
|
gst_caps_subtract (GstCaps * minuend, GstCaps * subtrahend)
|
||||||
|
@ -2045,7 +2045,7 @@ gst_caps_switch_structures (GstCaps * caps, GstStructure * old,
|
||||||
*
|
*
|
||||||
* This method does not preserve the original order of @caps.
|
* This method does not preserve the original order of @caps.
|
||||||
*
|
*
|
||||||
* Returns: The simplified caps.
|
* Returns: (transfer full): The simplified caps.
|
||||||
*/
|
*/
|
||||||
GstCaps *
|
GstCaps *
|
||||||
gst_caps_simplify (GstCaps * caps)
|
gst_caps_simplify (GstCaps * caps)
|
||||||
|
|
Loading…
Reference in a new issue