mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
docs: fix Since: tag for new gst_caps_can_intersect() function
This commit is contained in:
parent
50fbc34f3f
commit
459c2b9c79
1 changed files with 1 additions and 1 deletions
|
@ -1236,7 +1236,7 @@ gst_caps_structure_can_intersect (const GstStructure * struct1,
|
|||
*
|
||||
* Returns: %TRUE if intersection would be not empty
|
||||
*
|
||||
* Since: 0.10.24
|
||||
* Since: 0.10.25
|
||||
*/
|
||||
gboolean
|
||||
gst_caps_can_intersect (const GstCaps * caps1, const GstCaps * caps2)
|
||||
|
|
Loading…
Reference in a new issue