Update gstreamer.py

This commit is contained in:
chrys87 2016-07-26 16:15:39 +02:00 committed by GitHub
parent fe34a70485
commit d91509f372

View File

@ -76,7 +76,7 @@ class sound:
self._initialized = True
def stop(self, element=None):
def cancel(self, element=None):
if not _gstreamerAvailable:
return
if element: