Skip to content

Commit

Permalink
Update fluster/decoders/gstreamer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ruben Gonzalez <[email protected]>
  • Loading branch information
benjamingaignard and rgonzalezfluendo committed Jun 26, 2024
1 parent b5b5bf6 commit eb13422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluster/decoders/gstreamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class GStreamerLibavVP8(GStreamer10Video):
"""GStreamer VP8 Libav decoder implementation for GStreamer 1.0"""

codec = Codec.VP8
check_decoder_bin = " ivfparse ! avdec_vp8 "
check_decoder_bin = " avdec_vp8 "
decoder_bin = " parsebin ! avdec_vp8 "
api = "Libav"

Expand Down

0 comments on commit eb13422

Please sign in to comment.