From b0816c4157eb3e2adab6be22e4d0c037687ddc2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 20 Jan 2022 10:59:56 +0200 Subject: [PATCH] gstreamer: capsfeatures: Fix docs of `gst_caps_features_new_single()` They were just a copy of the `new_any()` docs before. Part-of: --- subprojects/gstreamer/gst/gstcapsfeatures.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/subprojects/gstreamer/gst/gstcapsfeatures.c b/subprojects/gstreamer/gst/gstcapsfeatures.c index 0911fff0ef..243837f487 100644 --- a/subprojects/gstreamer/gst/gstcapsfeatures.c +++ b/subprojects/gstreamer/gst/gstcapsfeatures.c @@ -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 *