Skip to content

Commit

Permalink
Merge pull request #1 from talesa/master
Browse files Browse the repository at this point in the history
Fixed Gst.init()
  • Loading branch information
rjw57 committed Jun 5, 2017
2 parents 07425b9 + d26efbd commit f85fa52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion videosequence/__init__.py
Expand Up @@ -14,7 +14,7 @@
from gi.repository import Gst, GstApp

# Initialise GStreamer
Gst.init()
Gst.init(None)

LOG = logging.getLogger()
STATE_CHANGE_TIMEOUT = 1 * Gst.SECOND
Expand Down

0 comments on commit f85fa52

Please sign in to comment.