sagarGkumbhar
Results
2
issues of
sagarGkumbhar
The generator currently fails when building against VLC 4.0-dev headers due to the unmapped type `libvlc_time_t*` used in `libvlc_media_player_get_abloop`. This PR adds the necessary type mapping to `ctypes.POINTER(ctypes.c_longlong)`. Closes #298
While regenerating bindings from a fresh state, the python-vlc generator fails due to missing type conversion for `libvlc_time_t*` parameters in `libvlc_media_player_get_abloop`. This does not appear when `generated/dev` already exists, but...