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 auto restart video stream to ensure hmi level is streamable #1808

Merged
merged 6 commits into from
Apr 11, 2022

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    188ce55 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    c67fd74 View commit details
    Browse the repository at this point in the history
  2. Kept getting a error message form core "WARNING: EglCore was not expl…

    …icitly released -- state may be leaked", So I modified logic to release it if we have already created EglCore object and are creating a new one
    JulianKast committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    3260eac View commit details
    Browse the repository at this point in the history
  3. Add behavior that video streaming will start back up if the app went …

    …form an HMI state that was not streamable to one that is.
    JulianKast committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    4081f83 View commit details
    Browse the repository at this point in the history
  4. Remove added space

    JulianKast committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    eabf5cc View commit details
    Browse the repository at this point in the history
  5. Add mEglCore release and set it to null in shutdown of VDE. And rever…

    …t change in Texture2dProgram
    JulianKast committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    eea49e9 View commit details
    Browse the repository at this point in the history