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

Fix for Vts MultipleStartStopReset #100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Shao-Feng
Copy link
Contributor

The issue with MultipleStartStopReset is when we do start()->reset()->start(), the state is in RUNNING state, so start() is returning the C2_BAD_STATE.

Added the functionality for reset() method in mfx_c2_component for fixing the issue with the VtsHalMediaC2 module.

Tracked-On: OAM-103591

The issue with MultipleStartStopReset is when we do
start()->reset()->start(), the state is in RUNNING state, so start() is
returning the C2_BAD_STATE.

Added the functionality for reset() method in mfx_c2_component for
fixing the issue with the VtsHalMediaC2 module.

Tracked-On: OAM-103591
Signed-off-by: gollarx <[email protected]>
@sysopenci sysopenci added the Stale Stale label for inactive open prs label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale Stale label for inactive open prs Valid commit message
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants