diff --git a/subprojects/gst-plugins-base/docs/plugins/gst_plugins_cache.json b/subprojects/gst-plugins-base/docs/plugins/gst_plugins_cache.json index 0609ebc994..5462d61bfa 100644 --- a/subprojects/gst-plugins-base/docs/plugins/gst_plugins_cache.json +++ b/subprojects/gst-plugins-base/docs/plugins/gst_plugins_cache.json @@ -13699,7 +13699,7 @@ "elements": { "videoconvert": { "author": "Wim Taymans ", - "description": "Resizes video and allow color conversion", + "description": "Converts video from one colorspace to another", "hierarchy": [ "GstVideoConvert", "GstVideoConvertScale", @@ -13728,7 +13728,7 @@ }, "videoconvertscale": { "author": "Wim Taymans ", - "description": "Converts video from one colorspace to another", + "description": "Resizes video and converts from one colorspace to another", "hierarchy": [ "GstVideoConvertScale", "GstVideoFilter", diff --git a/subprojects/gst-plugins-base/gst/videoconvertscale/gstvideoconvert.c b/subprojects/gst-plugins-base/gst/videoconvertscale/gstvideoconvert.c index 88f3de0bc1..e87fb15790 100644 --- a/subprojects/gst-plugins-base/gst/videoconvertscale/gstvideoconvert.c +++ b/subprojects/gst-plugins-base/gst/videoconvertscale/gstvideoconvert.c @@ -56,7 +56,7 @@ gst_video_convert_class_init (GstVideoConvertClass * klass) gst_element_class_set_static_metadata (element_class, "Video colorspace converter", "Filter/Converter/Video/Colorspace", - "Resizes video and allow color conversion", + "Converts video from one colorspace to another", "Wim Taymans "); convertscale_class->any_memory = TRUE; diff --git a/subprojects/gst-plugins-base/gst/videoconvertscale/gstvideoconvertscale.c b/subprojects/gst-plugins-base/gst/videoconvertscale/gstvideoconvertscale.c index b885271a22..b6c4f44e22 100644 --- a/subprojects/gst-plugins-base/gst/videoconvertscale/gstvideoconvertscale.c +++ b/subprojects/gst-plugins-base/gst/videoconvertscale/gstvideoconvertscale.c @@ -378,7 +378,7 @@ gst_video_convert_scale_class_init (GstVideoConvertScaleClass * klass) gst_element_class_set_static_metadata (element_class, "Video colorspace converter and scaler", "Filter/Converter/Video/Scaler/Colorspace", - "Converts video from one colorspace to another", + "Resizes video and converts from one colorspace to another", "Wim Taymans "); gst_element_class_add_pad_template (element_class,