jaseg / python-mpv

Python interface to the awesome mpv media player
https://git.jaseg.de/python-mpv.git
Other
543 stars 68 forks source link

Fix handling of c_void_p args in MpvRenderParam.__init__() #170

Closed irfinnew closed 3 years ago

irfinnew commented 3 years ago

Handling of c_void_p args (x11_display, wl_display) was broken. Added a case to correctly handle the c_void_p constructor case.

See #169

jaseg commented 3 years ago

Great catch, thank you!