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 Media Element fails to load a URL #2265

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 7, 2024

  1. Enhance Dispose method for better resource management

    Updated the Dispose method in MauiMediaElement.windows.cs to include:
    - Pausing the media player before disposal.
    - Explicitly disposing of MediaSource if used.
    - Setting the media player's source to null.
    - Disposing of the media player.
    - Setting the media player element's media player to null.
    
    These changes ensure proper release of resources, preventing memory leaks.
    ne0rrmatrix committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    39c45c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    7d048f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18bcae7 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

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

Commits on Oct 20, 2024

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