From 95ed788344380138a4f3531798cfa9743b201193 Mon Sep 17 00:00:00 2001 From: ronag Date: Wed, 25 Jan 2012 01:14:39 +0000 Subject: [PATCH] git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.1.0@2158 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d --- core/video_channel.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/video_channel.cpp b/core/video_channel.cpp index 17171b54b..2469ea5a1 100644 --- a/core/video_channel.cpp +++ b/core/video_channel.cpp @@ -76,7 +76,7 @@ public: , stage_(new caspar::core::stage()) , executor_(L"video_channel") { - graph_->set_color("mix-time", diagnostics::color(1.0f, 0.0f, 0.9f, 0.8)); + //graph_->set_color("mix-time", diagnostics::color(1.0f, 0.0f, 0.9f, 0.8)); graph_->set_color("produce-time", diagnostics::color(0.0f, 1.0f, 0.0f)); graph_->set_color("tick-time", diagnostics::color(0.0f, 0.6f, 0.9f)); graph_->set_color("consume-time", diagnostics::color(1.0f, 0.4f, 0.0f, 0.8)); @@ -119,11 +119,11 @@ public: // Mix - mix_timer_.restart(); + //mix_timer_.restart(); auto mixed_frame = (*mixer_)(std::move(stage_frames), format_desc_); - graph_->set_value("mix-time", mix_timer_.elapsed()*format_desc_.fps*0.5); + //graph_->set_value("mix-time", mix_timer_.elapsed()*format_desc_.fps*0.5); // Consume -- 2.39.2