charonn0 / RB-libvlc

A Realbasic and Xojo binding to libvlc
http://www.boredomsoft.org/rb-libvlc.bs
BSD 3-Clause "New" or "Revised" License
12 stars 4 forks source link

VLCLog event is fubar and incorrect #2

Closed charonn0 closed 3 years ago

charonn0 commented 8 years ago

The VLCLog event is currently raised only on the original VLCInstance instance, and never on other instances. This is wrong; VLCLog events should be raised on the appropriate instance of VLCInstance according to the Context parameter of the callback.

charonn0 commented 3 years ago

Logging related code was removed in commit da6e5f45ab169d80a819dbb2c5244d6fffd7063e.