Possible regression in 1.0.64 and #190?
degorov opened this issue · 0 comments
degorov commented
#190 seems to fix #185, video does stop, but we now get this error:
Uncaught exception thrown by finalizer
java.lang.AssertionError: VLCObject (org.videolan.libvlc.Media) finalized but not natively released (1 refs)
at org.videolan.libvlc.VLCObject.finalize(VLCObject.java:101)
at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:319)
at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:306)
at java.lang.Daemons$Daemon.run(Daemons.java:140)
at java.lang.Thread.run(Thread.java:1012)
@anudeepreddy may be there is some additional condition missing?