mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
vulkansink: Fix element metadata.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2396>
This commit is contained in:
parent
2c70641b42
commit
1a32deefa6
2 changed files with 2 additions and 2 deletions
|
@ -226878,7 +226878,7 @@
|
|||
},
|
||||
"vulkansink": {
|
||||
"author": "Matthew Waters <matthew@centricular.com>",
|
||||
"description": "A videosink based on OpenGL",
|
||||
"description": "A videosink based on Vulkan",
|
||||
"hierarchy": [
|
||||
"GstVulkanSink",
|
||||
"GstVideoSink",
|
||||
|
|
|
@ -146,7 +146,7 @@ gst_vulkan_sink_class_init (GstVulkanSinkClass * klass)
|
|||
GST_TYPE_VULKAN_DEVICE, G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
gst_element_class_set_metadata (element_class, "Vulkan video sink",
|
||||
"Sink/Video", "A videosink based on OpenGL",
|
||||
"Sink/Video", "A videosink based on Vulkan",
|
||||
"Matthew Waters <matthew@centricular.com>");
|
||||
|
||||
gst_element_class_add_static_pad_template (element_class,
|
||||
|
|
Loading…
Reference in a new issue