Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrapper for struct libvlc_event_t is Error #253

Closed
shq2333 opened this issue Apr 19, 2023 · 1 comment
Closed

Wrapper for struct libvlc_event_t is Error #253

shq2333 opened this issue Apr 19, 2023 · 1 comment

Comments

@shq2333
Copy link

shq2333 commented Apr 19, 2023

Wrapper for struct libvlc_event_t is Error.

class Event(ctypes.Structure):
'''A libvlc event.
'''
pass
Event._fields_ = (
('type', ctypes.c_int),
('obj', ctypes.c_void_p),
('meta_type', Meta),
)

Also on https://pypi.org/project/python-vlc/ version 3.0.18121
The version 3.0.11115 is correct.
version 3.0.11115

@oaubert
Copy link
Owner

oaubert commented Apr 19, 2023

Thanks for spotting this and the precise report. I have identified the issue and the fix is almost ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants