Skip to content

Commit

Permalink
decoders: add gst vulkan AV1 decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrain34 committed Jan 22, 2025
1 parent 13e220b commit 3231bbb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fluster/decoders/gstreamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,13 @@ class GStreamerVulkanH265Gst10Decoder(GStreamer10Video):
decoder_bin = " vulkanh265dec ! vulkandownload "
api = "Vulkan"

@register_decoder
class GStreamerVulkanAV1Gst10Decoder(GStreamer10Video):
"""GStreamer AV1 Vulkan stateless decoder implementation for GStreamer 1.0"""

codec = Codec.AV1
decoder_bin = " vulkanav1dec ! vulkandownload "
api = "Vulkan"

@register_decoder
class GStreamerV4l2CodecsVP8Gst10Decoder(GStreamer10Video):
Expand Down

0 comments on commit 3231bbb

Please sign in to comment.