jsmpeg
jsmpeg copied to clipboard
Player.destroy() does not work when disableGl option is set to true
Hi, I am using jsmpeg in an electron app. I notice that Player.destroy() method does not work when i set the disableGl option to true. There are no errors in console. If i turn the disableGl option to false the destroy() method works.