mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
vkvideoutils: if unknown codec nullify pNext
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4850>
This commit is contained in:
parent
d5036e4429
commit
fd1b1332b7
1 changed files with 1 additions and 0 deletions
|
@ -274,6 +274,7 @@ gst_vulkan_video_profile_from_caps (GstVulkanVideoProfile * profile,
|
|||
break;
|
||||
}
|
||||
default:
|
||||
profile->profile.pNext = NULL;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue