Skip to content

Commit

Permalink
fixup! fixup! resolve comments:
Browse files Browse the repository at this point in the history
* remove vvc_vtm decoder from gstreamer.py
* remove reference from vvc decoder
* change authors in h266_vvc_vtm.py h266_vvdec.py decoders
  • Loading branch information
rsanchez87 committed Nov 22, 2024
1 parent eb0accd commit 2ca0182
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
9 changes: 0 additions & 9 deletions fluster/decoders/gstreamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,15 +659,6 @@ class GStreamerVVdeCH266Decoder(GStreamer10Video):
api = "VVdeC"


@register_decoder
class GStreamerVVCVTMH266Decoder(GStreamer10Video):
"""GStreamer H.266/VVC VVCSoftware_VTM decoder implementation for GStreamer 1.0"""

codec = Codec.H266
decoder_bin = " Decoder "
api = "VVCSoftware_VTM"


@register_decoder
class FluendoVVCdeCH266Decoder(GStreamer10Video):
"""Fluendo H.266/VVC software decoder implementation for GStreamer 1.0"""
Expand Down
4 changes: 2 additions & 2 deletions fluster/decoders/h266_vvc_vtm.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fluster - testing framework for decoders conformance
# Copyright (C) 2020, Fluendo, S.A.
# Author: Ruben Gonzalez <rgonzalezs@fluendo.com>, Fluendo, S.A.
# Copyright (C) 2024, Fluendo, S.A.
# Author: Ruben Sanchez <rsanchez@fluendo.com>, Fluendo, S.A.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public License
Expand Down
8 changes: 4 additions & 4 deletions fluster/decoders/h266_vvdec.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fluster - testing framework for decoders conformance
# Copyright (C) 2024, Fluendo, S.A.
# Author: Ruben Sanchez <rsanchez@fluendo.com>, Fluendo, S.A.
# Copyright (C) 2020, Fluendo, S.A.
# Author: Ruben Gonzalez <rgonzalezs@fluendo.com>, Fluendo, S.A.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public License
Expand All @@ -22,10 +22,10 @@

@register_decoder
class H266VVCDecoder(Decoder):
"""VVdeC H.266/VVC reference decoder implementation"""
"""VVdeC H.266/VVC decoder implementation"""

name = "VVdeC-H266"
description = "VVdeC H.266/VVC reference decoder"
description = "VVdeC H.266/VVC decoder"
codec = Codec.H266
binary = "vvdecapp"

Expand Down

0 comments on commit 2ca0182

Please sign in to comment.