No need for an instance of GStreamer before the actor is started
This commit is contained in:
parent
f34ab8761a
commit
49db06d249
@ -58,7 +58,7 @@ def setup_gobject_loop():
|
||||
return gobject_loop
|
||||
|
||||
def setup_gstreamer():
|
||||
return GStreamer().start().proxy()
|
||||
return GStreamer.start().proxy()
|
||||
|
||||
def setup_mixer():
|
||||
return get_class(settings.MIXER).start().proxy()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user