Skip to content

Commit

Permalink
CS-2376-Functional testing with fluster (vvcdec) (#188)
Browse files Browse the repository at this point in the history
add FluendoVVCdeCH266Decoder class, (CS-2376-Functional testing with fluster (vvcdec))
  • Loading branch information
rsanchez87 authored Sep 13, 2024
1 parent a89c983 commit 1ba41c2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions fluster/decoders/gstreamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,15 @@ class GStreamerVVdeCH266Decoder(GStreamer10Video):
api = "VVdeC"


@register_decoder
class FluendoVVCdeCH266Decoder(GStreamer10Video):
"""Fluendo H.266/VVC software decoder implementation for GStreamer 1.0"""

codec = Codec.H266
decoder_bin = " fluvvcdec "
api = "VVdeC"


@register_decoder
class FluendoH265Gst10Decoder(GStreamer10Video):
"""Fluendo H.265 software decoder implementation for GStreamer 1.0"""
Expand Down

0 comments on commit 1ba41c2

Please sign in to comment.