Skip to content
Snippets Groups Projects
Commit e8f61ddf authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix missing )

parent 1cc05b15
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ class JingleRTPContent(JingleContent):
log.error('Farsight error #%d!\nMessage: %s\nDebug: %s' % (
message.structure['error-no'],
message.structure['error-msg'],
message.structure['debug-msg'])
message.structure['debug-msg']))
elif message.type == gst.MESSAGE_ERROR:
# TODO: Fix it to fallback to videotestsrc anytime an error occur,
# or raise an error, Jingle way
......
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