diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkvideoutils.c b/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkvideoutils.c index 12791edf68..bb24cf9aa9 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkvideoutils.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkvideoutils.c @@ -274,6 +274,7 @@ gst_vulkan_video_profile_from_caps (GstVulkanVideoProfile * profile, break; } default: + profile->profile.pNext = NULL; break; }