[vlc-commits] python: update structs for dev vlc
Olivier Aubert
git at videolan.org
Sun Oct 27 20:13:45 CET 2019
vlc/python | branch: master | Olivier Aubert <contact at olivieraubert.net> | Sat Aug 3 20:15:06 2019 +0200| [78729d7596d9d7e187640b347425ff49a9c48757] | committer: Olivier Aubert
python: update structs for dev vlc
It implements some of the Direct3D API (but blacklists
the libvlc_video_direct3d_set_callbacks method for the moment,
it is complex to properly wrap)
> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=78729d7596d9d7e187640b347425ff49a9c48757
---
TODO | 5 +-
generated/3.0/examples/tkvlc.py | 647 ++++++++++-----
generated/3.0/examples/wxvlc.py | 169 ++--
generated/3.0/setup.py | 4 +-
generated/3.0/vlc.py | 856 ++++++++++---------
generated/dev/vlc.py | 1725 +++++++++++++++++++++------------------
generator/generate.py | 21 +-
generator/templates/header.py | 48 ++
8 files changed, 1991 insertions(+), 1484 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commitdiff;h=78729d7596d9d7e187640b347425ff49a9c48757
More information about the vlc-commits
mailing list