mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
vksink: fix spelling on failed _ensure_data() error message
This commit is contained in:
parent
c3d6635bbf
commit
b077cd5510
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ gst_vulkan_sink_change_state (GstElement * element, GstStateChange transition)
|
|||
if (!gst_vulkan_ensure_element_data (element, &vk_sink->display,
|
||||
&vk_sink->instance)) {
|
||||
GST_ELEMENT_ERROR (vk_sink, RESOURCE, NOT_FOUND,
|
||||
("Failed to retreive vulkan instance/display"), (NULL));
|
||||
("Failed to retrieve vulkan instance/display"), (NULL));
|
||||
return GST_STATE_CHANGE_FAILURE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue