vlc/python | branch: master | Olivier Aubert <cont...@olivieraubert.net> | Tue 
Jul 10 23:23:46 2018 +0200| [51609a8f322ce065932f5cdb1ab3a3e6ecaf574a] | 
committer: Olivier Aubert

Python: update bindings from 3.0.3 includes

> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=51609a8f322ce065932f5cdb1ab3a3e6ecaf574a
---

 Makefile               |  3 +++
 generated/3.0/setup.py |  4 ++--
 generated/3.0/vlc.py   | 22 +++++++++++-----------
 generated/dev/vlc.py   | 18 +++++++++---------
 4 files changed, 25 insertions(+), 22 deletions(-)

diff --git a/Makefile b/Makefile
index 4d9b04f..750af9e 100644
--- a/Makefile
+++ b/Makefile
@@ -59,6 +59,9 @@ test3: $(MODULE_NAME)
        PYTHONPATH=$(DEV_PATH) python3 tests/test.py
        PYTHONPATH=$(VERSIONED_PATH) python3 tests/test.py
 
+publish: $(VERSIONED_NAME)
+       cd $(VERSIONED_PATH); python setup.py sdist upload -r pypi
+
 tests: test test3
 
 check: $(MODULE_NAME)
diff --git a/generated/3.0/setup.py b/generated/3.0/setup.py
index d043f73..c81af9b 100644
--- a/generated/3.0/setup.py
+++ b/generated/3.0/setup.py
@@ -4,7 +4,7 @@ use_setuptools()
 from setuptools import setup
 
 setup(name='python-vlc',
-      version = '3.0.2102',
+      version = '3.0.3102',
       author='Olivier Aubert',
       author_email='cont...@olivieraubert.net',
       maintainer='Olivier Aubert',
@@ -35,5 +35,5 @@ setup(name='python-vlc',
       player. Note that it relies on an already present install of VLC.
 
       It has been automatically generated from the include files of
-      vlc 3.0.2, using generator 1.2.
+      vlc 3.0.3, using generator 1.2.
       """)
diff --git a/generated/3.0/vlc.py b/generated/3.0/vlc.py
index f909443..6dfb565 100644
--- a/generated/3.0/vlc.py
+++ b/generated/3.0/vlc.py
@@ -52,10 +52,10 @@ from inspect import getargspec
 import logging
 logger = logging.getLogger(__name__)
 
-__version__ = "3.0.2102"
-__libvlc_version__ = "3.0.2"
+__version__ = "3.0.3102"
+__libvlc_version__ = "3.0.3"
 __generator_version__ = "1.2"
-build_date  = "Mon May 14 17:58:40 2018 3.0.2"
+build_date  = "Tue Jul 10 23:22:23 2018 3.0.3"
 
 # The libvlc doc states that filenames are expected to be in UTF8, do
 # not rely on sys.getfilesystemencoding() which will be confused,
@@ -2607,7 +2607,7 @@ class Media(_Ctype):
     def parse_stop(self):
         '''Stop the parsing of the media
         When the media parsing is stopped, the libvlc_MediaParsedChanged event 
will
-        be sent with the libvlc_media_parsed_status_timeout status.
+        be sent with the L{parsed_status_t} status.
         See L{parse_with_options}.
         @version: LibVLC 3.0.0 or later.
         '''
@@ -3823,8 +3823,8 @@ class MediaPlayer(_Ctype):
     
     def set_video_title_display(self, position, timeout):
         '''Set if, and how, the video title will be shown when media is played.
-        @param position: position at which to display the title, or 
libvlc_position_disable to prevent the title from being displayed.
-        @param timeout: title display timeout in milliseconds (ignored if 
libvlc_position_disable).
+        @param position: position at which to display the title, or 
L{position_t} to prevent the title from being displayed.
+        @param timeout: title display timeout in milliseconds (ignored if 
L{position_t}).
         @version: libVLC 2.1.0 or later.
         '''
         return libvlc_media_player_set_video_title_display(self, position, 
timeout)
@@ -4098,7 +4098,7 @@ class MediaPlayer(_Ctype):
     def video_set_logo_int(self, option, value):
         '''Set logo option as integer. Options that take a different type value
         are ignored.
-        Passing libvlc_logo_enable as option value has the side effect of
+        Passing L{video_logo_option_t} as option value has the side effect of
         starting (arg !0) or stopping (arg 0) the logo filter.
         @param option: logo option to set, values of 
libvlc_video_logo_option_t.
         @param value: logo option value.
@@ -5474,7 +5474,7 @@ def libvlc_media_parse_with_options(p_md, parse_flag, 
timeout):
 def libvlc_media_parse_stop(p_md):
     '''Stop the parsing of the media
     When the media parsing is stopped, the libvlc_MediaParsedChanged event will
-    be sent with the libvlc_media_parsed_status_timeout status.
+    be sent with the L{libvlc_media_parsed_status_t} status.
     See L{libvlc_media_parse_with_options}.
     @param p_md: media descriptor object.
     @version: LibVLC 3.0.0 or later.
@@ -6953,8 +6953,8 @@ def libvlc_media_player_navigate(p_mi, navigate):
 def libvlc_media_player_set_video_title_display(p_mi, position, timeout):
     '''Set if, and how, the video title will be shown when media is played.
     @param p_mi: the media player.
-    @param position: position at which to display the title, or 
libvlc_position_disable to prevent the title from being displayed.
-    @param timeout: title display timeout in milliseconds (ignored if 
libvlc_position_disable).
+    @param position: position at which to display the title, or 
L{libvlc_position_t} to prevent the title from being displayed.
+    @param timeout: title display timeout in milliseconds (ignored if 
L{libvlc_position_t}).
     @version: libVLC 2.1.0 or later.
     '''
     f = _Cfunctions.get('libvlc_media_player_set_video_title_display', None) 
or \
@@ -7438,7 +7438,7 @@ def libvlc_video_get_logo_int(p_mi, option):
 def libvlc_video_set_logo_int(p_mi, option, value):
     '''Set logo option as integer. Options that take a different type value
     are ignored.
-    Passing libvlc_logo_enable as option value has the side effect of
+    Passing L{libvlc_video_logo_option_t} as option value has the side effect 
of
     starting (arg !0) or stopping (arg 0) the logo filter.
     @param p_mi: libvlc media player instance.
     @param option: logo option to set, values of libvlc_video_logo_option_t.
diff --git a/generated/dev/vlc.py b/generated/dev/vlc.py
index 450f4e3..55e352f 100644
--- a/generated/dev/vlc.py
+++ b/generated/dev/vlc.py
@@ -55,7 +55,7 @@ logger = logging.getLogger(__name__)
 __version__ = "4.0.0-dev-2548-g1a5afc2114102"
 __libvlc_version__ = "4.0.0-dev-2548-g1a5afc2114"
 __generator_version__ = "1.2"
-build_date  = "Mon May 14 17:58:40 2018 4.0.0-dev-2548-g1a5afc2114"
+build_date  = "Sun Jun  3 00:39:56 2018 4.0.0-dev-2548-g1a5afc2114"
 
 # The libvlc doc states that filenames are expected to be in UTF8, do
 # not rely on sys.getfilesystemencoding() which will be confused,
@@ -2628,7 +2628,7 @@ class Media(_Ctype):
     def parse_stop(self):
         '''Stop the parsing of the media
         When the media parsing is stopped, the libvlc_MediaParsedChanged event 
will
-        be sent with the libvlc_media_parsed_status_timeout status.
+        be sent with the L{parsed_status_t} status.
         See L{parse_with_options}.
         @version: LibVLC 3.0.0 or later.
         '''
@@ -3835,8 +3835,8 @@ class MediaPlayer(_Ctype):
     
     def set_video_title_display(self, position, timeout):
         '''Set if, and how, the video title will be shown when media is played.
-        @param position: position at which to display the title, or 
libvlc_position_disable to prevent the title from being displayed.
-        @param timeout: title display timeout in milliseconds (ignored if 
libvlc_position_disable).
+        @param position: position at which to display the title, or 
L{position_t} to prevent the title from being displayed.
+        @param timeout: title display timeout in milliseconds (ignored if 
L{position_t}).
         @version: libVLC 2.1.0 or later.
         '''
         return libvlc_media_player_set_video_title_display(self, position, 
timeout)
@@ -4110,7 +4110,7 @@ class MediaPlayer(_Ctype):
     def video_set_logo_int(self, option, value):
         '''Set logo option as integer. Options that take a different type value
         are ignored.
-        Passing libvlc_logo_enable as option value has the side effect of
+        Passing L{video_logo_option_t} as option value has the side effect of
         starting (arg !0) or stopping (arg 0) the logo filter.
         @param option: logo option to set, values of 
libvlc_video_logo_option_t.
         @param value: logo option value.
@@ -5482,7 +5482,7 @@ def libvlc_media_parse_with_options(p_md, parse_flag, 
timeout):
 def libvlc_media_parse_stop(p_md):
     '''Stop the parsing of the media
     When the media parsing is stopped, the libvlc_MediaParsedChanged event will
-    be sent with the libvlc_media_parsed_status_timeout status.
+    be sent with the L{libvlc_media_parsed_status_t} status.
     See L{libvlc_media_parse_with_options}.
     @param p_md: media descriptor object.
     @version: LibVLC 3.0.0 or later.
@@ -6949,8 +6949,8 @@ def libvlc_media_player_navigate(p_mi, navigate):
 def libvlc_media_player_set_video_title_display(p_mi, position, timeout):
     '''Set if, and how, the video title will be shown when media is played.
     @param p_mi: the media player.
-    @param position: position at which to display the title, or 
libvlc_position_disable to prevent the title from being displayed.
-    @param timeout: title display timeout in milliseconds (ignored if 
libvlc_position_disable).
+    @param position: position at which to display the title, or 
L{libvlc_position_t} to prevent the title from being displayed.
+    @param timeout: title display timeout in milliseconds (ignored if 
L{libvlc_position_t}).
     @version: libVLC 2.1.0 or later.
     '''
     f = _Cfunctions.get('libvlc_media_player_set_video_title_display', None) 
or \
@@ -7434,7 +7434,7 @@ def libvlc_video_get_logo_int(p_mi, option):
 def libvlc_video_set_logo_int(p_mi, option, value):
     '''Set logo option as integer. Options that take a different type value
     are ignored.
-    Passing libvlc_logo_enable as option value has the side effect of
+    Passing L{libvlc_video_logo_option_t} as option value has the side effect 
of
     starting (arg !0) or stopping (arg 0) the logo filter.
     @param p_mi: libvlc media player instance.
     @param option: logo option to set, values of libvlc_video_logo_option_t.

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to