d3dvideosink: Update plugin description

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>
This commit is contained in:
Seungha Yang 2022-11-05 05:32:52 +09:00 committed by GStreamer Marge Bot
parent edc2e8312e
commit 4db4f08227
2 changed files with 3 additions and 3 deletions

View file

@ -7149,7 +7149,7 @@
"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",

View 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);