databrary / datavyu-ffmpegplugin

A Java Media Player based on FFmpeg and SDL2
GNU General Public License v3.0
13 stars 4 forks source link

Incorrect AVFoundation player count #158

Closed TheoWolf closed 5 years ago

TheoWolf commented 5 years ago

Incorrect AVFoundation player count was causing commands to affect the wrong player because of a bug in the AVFoundation objective c code that cannot release the resources affected to a player, a workaround is to not call release method and not decrement the player count when destroying AVFoundation players.