diff --git a/girs/Gst-1.0.gir b/girs/Gst-1.0.gir index a8fbb3c79c..bd42a177a0 100644 --- a/girs/Gst-1.0.gir +++ b/girs/Gst-1.0.gir @@ -6437,10 +6437,9 @@ contained in @caps. Calls the provided function once for each structure and caps feature in the #GstCaps. In contrast to gst_caps_foreach(), the function may modify the -structure and features. In contrast to gst_caps_filter_and_map_in_place(), -the structure and features are removed from the caps if %FALSE is returned -from the function. -The caps must be mutable. +structure and features. In contrast to gst_caps_map_in_place(), the structure +and features are removed from the caps if %FALSE is returned from the +function. The caps must be mutable. diff --git a/subprojects/gstreamer/gst/gstcaps.c b/subprojects/gstreamer/gst/gstcaps.c index cee6e820c4..373e2b45ef 100644 --- a/subprojects/gstreamer/gst/gstcaps.c +++ b/subprojects/gstreamer/gst/gstcaps.c @@ -2646,10 +2646,9 @@ gst_caps_map_in_place (GstCaps * caps, GstCapsMapFunc func, gpointer user_data) * * Calls the provided function once for each structure and caps feature in the * #GstCaps. In contrast to gst_caps_foreach(), the function may modify the - * structure and features. In contrast to gst_caps_filter_and_map_in_place(), - * the structure and features are removed from the caps if %FALSE is returned - * from the function. - * The caps must be mutable. + * structure and features. In contrast to gst_caps_map_in_place(), the structure + * and features are removed from the caps if %FALSE is returned from the + * function. The caps must be mutable. * * Since: 1.6 */