Update gstreamer.py
This commit is contained in:
parent
fe34a70485
commit
d91509f372
@ -76,7 +76,7 @@ class sound:
|
|||||||
|
|
||||||
self._initialized = True
|
self._initialized = True
|
||||||
|
|
||||||
def stop(self, element=None):
|
def cancel(self, element=None):
|
||||||
if not _gstreamerAvailable:
|
if not _gstreamerAvailable:
|
||||||
return
|
return
|
||||||
if element:
|
if element:
|
||||||
|
Loading…
Reference in New Issue
Block a user