mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
vulkan: Fix elements long name.
Fix vkcoloconvert and vkviewconvert long names. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2034>
This commit is contained in:
parent
54091d0290
commit
771645e445
3 changed files with 4 additions and 4 deletions
|
@ -224309,7 +224309,7 @@
|
|||
"GObject"
|
||||
],
|
||||
"klass": "Filter/Video/Convert",
|
||||
"long-name": "Vulkan Uploader",
|
||||
"long-name": "Vulkan Color Convert",
|
||||
"pad-templates": {
|
||||
"sink": {
|
||||
"caps": "video/x-raw(memory:VulkanImage):\n format: { BGRA, RGBA, ABGR, ARGB, BGRx, RGBx, xBGR, xRGB, AYUV, YUY2, NV12 }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n",
|
||||
|
@ -224489,7 +224489,7 @@
|
|||
"GObject"
|
||||
],
|
||||
"klass": "Filter/Video/Convert",
|
||||
"long-name": "Vulkan Uploader",
|
||||
"long-name": "Vulkan View Convert",
|
||||
"pad-templates": {
|
||||
"sink": {
|
||||
"caps": "video/x-raw(memory:VulkanImage):\n format: { BGRA, RGBA }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n",
|
||||
|
|
|
@ -895,7 +895,7 @@ gst_vulkan_color_convert_class_init (GstVulkanColorConvertClass * klass)
|
|||
gstelement_class = (GstElementClass *) klass;
|
||||
gstbasetransform_class = (GstBaseTransformClass *) klass;
|
||||
|
||||
gst_element_class_set_metadata (gstelement_class, "Vulkan Uploader",
|
||||
gst_element_class_set_metadata (gstelement_class, "Vulkan Color Convert",
|
||||
"Filter/Video/Convert", "A Vulkan Color Convert",
|
||||
"Matthew Waters <matthew@centricular.com>");
|
||||
|
||||
|
|
|
@ -607,7 +607,7 @@ gst_vulkan_view_convert_class_init (GstVulkanViewConvertClass * klass)
|
|||
GST_TYPE_VULKAN_STEREO_DOWNMIX, DEFAULT_DOWNMIX,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
gst_element_class_set_metadata (gstelement_class, "Vulkan Uploader",
|
||||
gst_element_class_set_metadata (gstelement_class, "Vulkan View Convert",
|
||||
"Filter/Video/Convert", "A Vulkan View Convert",
|
||||
"Matthew Waters <matthew@centricular.com>");
|
||||
|
||||
|
|
Loading…
Reference in a new issue