Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

H264: add fluendo's LCEVC decoder for H264 #166

Closed
wants to merge 1 commit into from
Closed

Conversation

pgsancho
Copy link
Contributor

@pgsancho pgsancho commented Mar 4, 2024

Issue: OCP-5268

Copy link
Contributor

@msabiniok msabiniok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI is failing on check with Trailing spaces



@register_decoder
class FluendoH264LCEVCDecoder(GStreamer10Video):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets stick to the naming we have in plugin -> FluendoLCEVCHWH264Decoder

decoder_bin = "flulcevchwvah264dec"
provider = "Fluendo"
api = "HW"
hw_acceleration = False
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not be true?

provider = "Fluendo"
api = "HW"
hw_acceleration = False
name = f"{provider}-{codec.value}-{api}-LCEVC-Gst1.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like we are not really consistent with naming, but i like the idea of having plugins name in front of Gst1.0 like in Fluendo-H.265-HW-hwvah265dec-Gst1.0 (in place of LCEVC in this case, put lcevchwvah264dec).

@@ -900,3 +900,15 @@ def __init__(self) -> None:
self.api = "SW"
self.caps = self.caps + ",format=S16LE"
super().__init__()

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ci is failing on check -> trailing whitespace here

@msabiniok msabiniok closed this Mar 5, 2024
@msabiniok msabiniok deleted the OCP-5268-pablo branch March 5, 2024 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants