Hi,
I did an app where I create a media_player from a media, play the media and then release media & media_player to recreate a new player (I feel it easier to do so since it reinit the media_player). When doing this, it's OK but sometimes libwaveout_plugin is raising exception (access violation).
You can find the message and call stack in this image and you can read the VLC logs there (I loaded TEST1.MP4 then TEST2.MP4 then TEST1.MP4 ... until it crashed )
Is there something I'm doing wrong ? or is there an update to apply on libwaveout_plugin ?