nvpro-samples / vk_video_samples

Vulkan video samples
Apache License 2.0
239 stars 40 forks source link

vk_video_decoder: use external GStreamer vulkan video parser #21

Closed dabrain34 closed 1 year ago

dabrain34 commented 1 year ago

Use the external project GstVkVideoParser to parse and create vulkan structures using GStreamer

This parser is able to provide H264 and H265 content and can be used as an alternative to libnvidia-vkvideo-parser.so

dabrain34 commented 1 year ago

Need additional work to support https://github.com/nvpro-samples/vk_video_samples/commit/de54a1df626828c47e265c65d6676a3f083809a1

dabrain34 commented 1 year ago

Should be okay now as https://github.com/ceyusa/GstVkVideoParser/pull/7 has been merged.