gstreamer: capsfeatures: Fix docs of `gst_caps_features_new_single()`
authorSebastian Dröge <sebastian@centricular.com>
Thu, 20 Jan 2022 08:59:56 +0000 (10:59 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 20 Jan 2022 08:59:56 +0000 (10:59 +0200)
They were just a copy of the `new_any()` docs before.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1542>

subprojects/gstreamer/gst/gstcapsfeatures.c

index 0911fff..243837f 100644 (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
  *