Skip to content

feat: add TestVector optional decoder parameters#321

Open
msabiniok wants to merge 1 commit intomasterfrom
RDI-3112
Open

feat: add TestVector optional decoder parameters#321
msabiniok wants to merge 1 commit intomasterfrom
RDI-3112

Conversation

@msabiniok
Copy link
Copy Markdown
Contributor

adding the capability to include an optional decoder parameters set for a specfic test vector in the test suite definition. optional parameters are part of Decoder class decode function abstraction and are applied in Gstreamer(Decoder) and Ffmpeg(Decoder) classes implementations. It's child class responsibility to handle the optional parameters.

@msabiniok msabiniok force-pushed the RDI-3112 branch 8 times, most recently from 767774e to 66d4526 Compare November 26, 2025 17:19
@rgonzalezfluendo
Copy link
Copy Markdown
Contributor

This branch has conflicts that must be resolved

@msabiniok can you rebase

@msabiniok msabiniok force-pushed the RDI-3112 branch 2 times, most recently from 497081c to 8296e48 Compare April 9, 2026 10:40
self.cmd,
input_filepath,
self.parser,
self.parser if self.parser else "parsebin",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This is unrelated to the PR

Adding the capability to include an optional decoder parameters set
for a specific test vector in the test suite definition.
Optional parameters are utilized in the Decoder class decode function abstraction
It's Decoder child class responsibility to handle the optional parameters.
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.

3 participants