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

media: xen-front: Don't mark buffer as queued in prepare #147

Merged

Commits on May 24, 2023

  1. media: xen-front: Don't mark buffer as queued in prepare

    Marking the buffer as queued in prepare causes it to sometimes get
    processed before the queue function is called and the v4l is ready to
    handle it, that causes warnings.
    
    The same flag is already being set in the queue function. So skip the
    setting in prepare.
    
    Signed-off-by: Mykyta Poturai <[email protected]>
    Deedone committed May 24, 2023
    Configuration menu
    Copy the full SHA
    af0cfa4 View commit details
    Browse the repository at this point in the history