From 839ac618ad6aae67be03bab215039a2420bbfbc8 Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Sun, 11 Jun 2017 18:30:06 -0400 Subject: [PATCH] fix typo --- stream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream.py b/stream.py index 1cbd258..55c5eb2 100644 --- a/stream.py +++ b/stream.py @@ -281,7 +281,7 @@ class ThreadedPipeline: _gstPrintMsg(pName, 'Unknown message ELEMENT', sName=msgSrcName) elif msgType == Gst.MessageType.UNKNOWN: - _gstPrintMsg(pName, 'Unknown message', sName=msgSrcname) + _gstPrintMsg(pName, 'Unknown message', sName=msgSrcName) @async(daemon=True) def _mainLoop(self):