mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
vkh265dec: Fix H.264 ref in logs
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7146>
This commit is contained in:
parent
e692bf0fb9
commit
1c238aaa37
1 changed files with 2 additions and 2 deletions
|
@ -216,7 +216,7 @@ gst_vulkan_h265_decoder_open (GstVideoDecoder * decoder)
|
|||
|
||||
if (!self->decode_queue) {
|
||||
GST_ELEMENT_ERROR (self, RESOURCE, NOT_FOUND,
|
||||
("Failed to create/retrieve vulkan H.264 decoder queue"), (NULL));
|
||||
("Failed to create/retrieve vulkan H.265 decoder queue"), (NULL));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
@ -224,7 +224,7 @@ gst_vulkan_h265_decoder_open (GstVideoDecoder * decoder)
|
|||
VK_VIDEO_CODEC_OPERATION_DECODE_H265_BIT_KHR);
|
||||
if (!self->decoder) {
|
||||
GST_ELEMENT_ERROR (self, RESOURCE, NOT_FOUND,
|
||||
("Failed to create vulkan H.264 decoder"), (NULL));
|
||||
("Failed to create vulkan H.265 decoder"), (NULL));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue