Hello! What is the recommended way to use GStreamer + python without a GUI? In special, I guess self.pipeline.set_state(gst.STATE_PLAYING) should only be called after the "main loop" has initiated, and not from the __init__() function on the main class. André Caldas.