No need for an instance of GStreamer before the actor is started

This commit is contained in:
Stein Magnus Jodal 2011-05-05 22:28:27 +02:00
parent f34ab8761a
commit 49db06d249

View File

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