mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +00:00
vkencoder-private: fix return value to gst_vulkan_encoder_encode()
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7974>
This commit is contained in:
parent
751d628160
commit
5e78ffe87a
1 changed files with 1 additions and 1 deletions
|
@ -1219,7 +1219,7 @@ gst_vulkan_encoder_encode (GstVulkanEncoder * self,
|
|||
}
|
||||
|
||||
if (!pic->out_buffer)
|
||||
return GST_FLOW_ERROR;
|
||||
return FALSE;
|
||||
|
||||
/* Add the packed headers if present on head of the output buffer */
|
||||
for (i = 0; pic->packed_headers && i < pic->packed_headers->len; i++) {
|
||||
|
|
Loading…
Reference in a new issue