Hi Robin,
I’m using wxPython 4.1.0a1.dev4596+adaaf766, one of the daily builds, as I try to get my video application running on Catalina.
When I create a wxMediaCtrl, if I include the szBackend parameter (szBackend = wx.media.MEDIABACKEND_QUICKTIME), wxPython will crash with a segment fault. If I leave the szBackend parameter off or set it to “”, things work fine.
It’s not really a problem per se, because I can avoid it so easily, but I though you might want to know that using a legal parameter can make things crash and burn. I also thought it might be good to let others know, in case anyone else runs into this issue.
David