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:
parent
edc2e8312e
commit
4db4f08227
@ -7149,7 +7149,7 @@
|
|||||||
"elements": {
|
"elements": {
|
||||||
"d3dvideosink": {
|
"d3dvideosink": {
|
||||||
"author": "David Hoyt <dhoyt@hoytsoft.org>, Roland Krikava <info@bluedigits.com>",
|
"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": [
|
"hierarchy": [
|
||||||
"GstD3DVideoSink",
|
"GstD3DVideoSink",
|
||||||
"GstVideoSink",
|
"GstVideoSink",
|
||||||
|
@ -157,8 +157,8 @@ gst_d3dvideosink_class_init (GstD3DVideoSinkClass * klass)
|
|||||||
(GParamFlags) G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
(GParamFlags) G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
gst_element_class_set_static_metadata (gstelement_class,
|
gst_element_class_set_static_metadata (gstelement_class,
|
||||||
"Direct3D video sink", "Sink/Video",
|
"Direct3D9 video sink", "Sink/Video",
|
||||||
"Display data using a Direct3D video renderer",
|
"Display data using a Direct3D9 video renderer",
|
||||||
"David Hoyt <dhoyt@hoytsoft.org>, Roland Krikava <info@bluedigits.com>");
|
"David Hoyt <dhoyt@hoytsoft.org>, Roland Krikava <info@bluedigits.com>");
|
||||||
|
|
||||||
gst_element_class_add_static_pad_template (gstelement_class, &sink_template);
|
gst_element_class_add_static_pad_template (gstelement_class, &sink_template);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user