Update kivy/core/audio/audio_gstreamer.py

This commit is contained in:
qua-non 2012-09-14 05:24:17 +05:30
parent c691474b49
commit f0a0aebee9
1 changed files with 2 additions and 2 deletions

View File

@ -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)