forked from pool/python-python-vlc
Accepting request 575850 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/575850 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-vlc?expand=0&rev=2
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
Index: python-vlc-1.1.2/README.module
|
||||
Index: python-vlc-3.0.101/README.module
|
||||
===================================================================
|
||||
--- python-vlc-1.1.2.orig/README.module
|
||||
+++ python-vlc-1.1.2/README.module
|
||||
@@ -42,12 +42,14 @@ directory as the libvlc.dll file (standa
|
||||
--- python-vlc-3.0.101.orig/README.module
|
||||
+++ python-vlc-3.0.101/README.module
|
||||
@@ -68,10 +68,12 @@ Libvlc methods are available as attribut
|
||||
|
||||
>>> import vlc
|
||||
>>> vlc.libvlc_get_version()
|
||||
- '1.0.0 Goldeneye'
|
||||
+ '2.2.6 Umbrella'
|
||||
- '3.0.0-rc2 Vetinari'
|
||||
- >>> e=vlc.VLCException()
|
||||
- >>> i=vlc.libvlc_new(0, [], e)
|
||||
+ '3.0.0 Vetinari'
|
||||
+ >>> i=vlc.libvlc_new(0, [])
|
||||
>>> i
|
||||
<vlc.Instance object at 0x8384a4c>
|
||||
@@ -19,5 +19,3 @@ Index: python-vlc-1.1.2/README.module
|
||||
+ <vlc.MediaPlayer object at 0x7f7a40d0af28>
|
||||
+ >>> vlc.libvlc_audio_get_volume(p)
|
||||
50
|
||||
|
||||
- Using wrapper classes:
|
||||
|
Reference in New Issue
Block a user