videoconvert, videoscaleconvert: fix element description
authorTalha Khan <talha@averred.net>
Tue, 8 Nov 2022 14:42:58 +0000 (22:42 +0800)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 8 Nov 2022 16:51:58 +0000 (16:51 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3362>

subprojects/gst-plugins-base/docs/plugins/gst_plugins_cache.json
subprojects/gst-plugins-base/gst/videoconvertscale/gstvideoconvert.c
subprojects/gst-plugins-base/gst/videoconvertscale/gstvideoconvertscale.c

index 0609ebc..5462d61 100644 (file)
         "elements": {
             "videoconvert": {
                 "author": "Wim Taymans <wim.taymans@gmail.com>",
-                "description": "Resizes video and allow color conversion",
+                "description": "Converts video from one colorspace to another",
                 "hierarchy": [
                     "GstVideoConvert",
                     "GstVideoConvertScale",
             },
             "videoconvertscale": {
                 "author": "Wim Taymans <wim.taymans@gmail.com>",
-                "description": "Converts video from one colorspace to another",
+                "description": "Resizes video and converts from one colorspace to another",
                 "hierarchy": [
                     "GstVideoConvertScale",
                     "GstVideoFilter",
index 88f3de0..e87fb15 100644 (file)
@@ -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 <wim.taymans@gmail.com>");
 
   convertscale_class->any_memory = TRUE;
index b885271..b6c4f44 100644 (file)
@@ -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 <wim.taymans@gmail.com>");
 
   gst_element_class_add_pad_template (element_class,