Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Fixes memory leaks, fixes #360
Browse files Browse the repository at this point in the history
- Add a property to VlcMediaPlayer for the VlcMedia instance associated to it.
- Removed static dictionary of VlcMedias per player that was inside VlcMedia.cs file. As there is only one VlcMedia per VlcMediaPlayer there is no longer need to maintain this dictionary, neither to control thread safe access to it.
- Added a sample to add and remove multiple players.
  • Loading branch information
Guillermo Alías Delgado authored and jeremyVignelles committed Nov 8, 2018
1 parent edf4cd8 commit 87027ee
Show file tree
Hide file tree
Showing 10 changed files with 679 additions and 48 deletions.
6 changes: 6 additions & 0 deletions src/Samples/Samples.WinForms.MultiplePlayers/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7" />
</startup>
</configuration>
126 changes: 126 additions & 0 deletions src/Samples/Samples.WinForms.MultiplePlayers/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 87027ee

Please sign in to comment.