Skip to content
Snippets Groups Projects
Commit 71d4c9f9 authored by Mathieu Duponchelle's avatar Mathieu Duponchelle :frog:
Browse files

helloworld: fix typo

parent e9d615bf
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ from gi.repository import GObject, Gst
def bus_call(bus, message, loop):
t = message.type
if t == Gst.MessageType.EOS:
sys.stout.write("End-of-stream\n")
sys.stdout.write("End-of-stream\n")
loop.quit()
elif t == Gst.MessageType.ERROR:
err, debug = message.parse_error()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment