caprica / vlcj

Java framework for the vlc media player
http://www.capricasoftware.co.uk/projects/vlcj
1.14k stars 260 forks source link

libvlc_navigate_mode_e wrong method name #959

Closed caprica closed 4 years ago

caprica commented 4 years ago

It uses "event" for translating from int to enum, it should be "navigation_mode".

caprica commented 4 years ago

This would cause a non-backwardly compatible API change, but clients should generally not be using such API.

Resolved in vlcj-natives project at 316fb51cf160389b8651f9e3ba06d851ccb0ad53.