mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
gstreamer: capsfeatures: Fix docs of gst_caps_features_new_single()
They were just a copy of the `new_any()` docs before. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1542>
This commit is contained in:
parent
5bccbdc02f
commit
b0816c4157
1 changed files with 1 additions and 3 deletions
|
@ -217,9 +217,7 @@ gst_caps_features_new_any (void)
|
|||
* gst_caps_features_new_single:
|
||||
* @feature: The feature
|
||||
*
|
||||
* Creates a new, ANY #GstCapsFeatures. This will be equal
|
||||
* to any other #GstCapsFeatures but caps with these are
|
||||
* unfixed.
|
||||
* Creates a new #GstCapsFeatures with a single feature.
|
||||
*
|
||||
* Returns: (transfer full): a new #GstCapsFeatures
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue