From 9b6845576baddaf23afc80c61502dafd391b30b8 Mon Sep 17 00:00:00 2001 From: Comment Date: Mon, 30 Sep 2013 12:31:37 +0100 Subject: waveform auto iterate on print --- rotord/src/rendercontext.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'rotord/src/rendercontext.cpp') diff --git a/rotord/src/rendercontext.cpp b/rotord/src/rendercontext.cpp index 2a9dd62..b04f3c4 100644 --- a/rotord/src/rendercontext.cpp +++ b/rotord/src/rendercontext.cpp @@ -490,11 +490,11 @@ void Render_context::session_command(const Session_command& command,xmlIO& XML,H if (command.commands[1]=="render") { if (command.method=="GET") { if(state==RENDERING){ - graph.mutex.lock(); - status=HTTPResponse::HTTP_OK; - XML.addValue("status","Rendering video"); - XML.addValue("progress",toString(graph.progress)); - graph.mutex.unlock(); + //graph.mutex.lock(); + status=HTTPResponse::HTTP_OK; + XML.addValue("status","Rendering video"); + XML.addValue("progress",toString(graph.progress)); + //graph.mutex.unlock(); } else { logger.error("ERROR: Render progress requested but not rendering"); -- cgit v1.2.3