diff --git a/python_examples/playbin.py b/python_examples/playbin.py index de57c01..229221e 100644 --- a/python_examples/playbin.py +++ b/python_examples/playbin.py @@ -12,7 +12,7 @@ gi.require_version('Gst', '1.0') from gi.repository import GObject, Gst import os -Gst.init() +Gst.init(None) mainloop = GObject.MainLoop() pipeline = Gst.ElementFactory.make("playbin", "player")