mirror of https://github.com/kivy/kivy.git
Update kivy/core/audio/audio_gstreamer.py
This commit is contained in:
parent
c691474b49
commit
f0a0aebee9
|
@ -1,4 +1,4 @@
|
|||
'''
|
||||
'''
|
||||
AudioGstreamer: implementation of Sound with GStreamer
|
||||
'''
|
||||
|
||||
|
@ -132,4 +132,4 @@ class SoundGstreamer(Sound):
|
|||
(gst.FORMAT_TIME))[0] / 1000000000.
|
||||
return super(SoundGstreamer, self)._get_length()
|
||||
|
||||
SoundLoader.register(SoundGstreamer)
|
||||
SoundLoader.register(SoundGstreamer)
|
||||
|
|
Loading…
Reference in New Issue