Skip to content

Commit

Permalink
Add GStreamer avdec_h266
Browse files Browse the repository at this point in the history
  • Loading branch information
diegonieto authored and rgonzalezfluendo committed Oct 11, 2024
1 parent 1223236 commit 8c423dc
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 @@ -235,6 +235,15 @@ class GStreamerLibavH265(GStreamer10Video):
api = "Libav"


@register_decoder
class GStreamerLibavH266(GStreamer10Video):
"""GStreamer H.266 Libav decoder implementation for GStreamer 1.0"""

codec = Codec.H266
decoder_bin = " avdec_h266 "
api = "Libav"


@register_decoder
class GStreamerLibavVP8(GStreamer10Video):
"""GStreamer VP8 Libav decoder implementation for GStreamer 1.0"""
Expand Down

0 comments on commit 8c423dc

Please sign in to comment.