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:
Sebastian Dröge 2022-01-20 10:59:56 +02:00
parent 5bccbdc02f
commit b0816c4157

View file

@ -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
*