d3dvideosink: Update plugin description
authorSeungha Yang <seungha@centricular.com>
Fri, 4 Nov 2022 20:32:52 +0000 (05:32 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 4 Nov 2022 22:48:41 +0000 (22:48 +0000)
Direct3D is too generic (there are various version numbers).
Clarify that this element is using the Direct3D9 API

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

subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json
subprojects/gst-plugins-bad/sys/d3dvideosink/d3dvideosink.c

index 4a6af69..4db433f 100644 (file)
         "elements": {
             "d3dvideosink": {
                 "author": "David Hoyt <dhoyt@hoytsoft.org>, Roland Krikava <info@bluedigits.com>",
-                "description": "Display data using a Direct3D video renderer",
+                "description": "Display data using a Direct3D9 video renderer",
                 "hierarchy": [
                     "GstD3DVideoSink",
                     "GstVideoSink",
index b5ee751..583ef60 100644 (file)
@@ -157,8 +157,8 @@ gst_d3dvideosink_class_init (GstD3DVideoSinkClass * klass)
           (GParamFlags) G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
   gst_element_class_set_static_metadata (gstelement_class,
-      "Direct3D video sink", "Sink/Video",
-      "Display data using a Direct3D video renderer",
+      "Direct3D9 video sink", "Sink/Video",
+      "Display data using a Direct3D9 video renderer",
       "David Hoyt <dhoyt@hoytsoft.org>, Roland Krikava <info@bluedigits.com>");
 
   gst_element_class_add_static_pad_template (gstelement_class, &sink_template);