vkvideoutils: if unknown codec nullify pNext

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4850>
This commit is contained in:
Víctor Manuel Jáquez Leal 2023-06-19 13:26:49 +02:00 committed by GStreamer Marge Bot
parent d5036e4429
commit fd1b1332b7

View file

@ -274,6 +274,7 @@ gst_vulkan_video_profile_from_caps (GstVulkanVideoProfile * profile,
break;
}
default:
profile->profile.pNext = NULL;
break;
}