mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
docs: fix since tag for gst_structure_id_has_field_typed()
gst_structure_id_has_field_typed was added in 0.10.26, not 0.10.16.
Apparent typo in commit f9e3b72f
when the API was added.
This commit is contained in:
parent
422e9c4ce3
commit
db949f66e0
1 changed files with 1 additions and 1 deletions
|
@ -1081,7 +1081,7 @@ gst_structure_has_field (const GstStructure * structure,
|
|||
*
|
||||
* Returns: TRUE if the structure contains a field with the given name and type
|
||||
*
|
||||
* Since: 0.10.16
|
||||
* Since: 0.10.26
|
||||
*/
|
||||
gboolean
|
||||
gst_structure_id_has_field_typed (const GstStructure * structure,
|
||||
|
|
Loading…
Reference in a new issue