deltacasttv / video-viewer

Cross platform Library that handles display of a video stream
Apache License 2.0
6 stars 0 forks source link

There is no way to close the viewer window except exiting the application #1

Closed thomasdethier closed 11 months ago

thomasdethier commented 11 months ago

Calling Videoviewer.stop() does stop the rendering loop but the viewer window stays open. There is no way to close that window, it stays open even after the deletion of the Videoviewer object. The only way to close it is to exit the application.

I think that calling the destructor of the Videoviewer object should also close the window. Right now the destructor is empty.