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
@ -274,6 +274,7 @@ gst_vulkan_video_profile_from_caps (GstVulkanVideoProfile * profile,
|
||||
break;
|
||||
}
|
||||
default:
|
||||
profile->profile.pNext = NULL;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user