From 60902a86d5e0999aa6d417c9e8e0990d9be5e8d4 Mon Sep 17 00:00:00 2001
From: Sebastian Hahta <joseha@utu.fi>
Date: Thu, 7 Nov 2019 16:53:14 +0200
Subject: [PATCH] fix name

---
 components/rgbd-sources/src/sources/stereovideo/stereovideo.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/rgbd-sources/src/sources/stereovideo/stereovideo.cpp b/components/rgbd-sources/src/sources/stereovideo/stereovideo.cpp
index 8f0d6e345..b7c0c73c8 100644
--- a/components/rgbd-sources/src/sources/stereovideo/stereovideo.cpp
+++ b/components/rgbd-sources/src/sources/stereovideo/stereovideo.cpp
@@ -62,7 +62,7 @@ void StereoVideoSource::init(const string &file)
 	}
 
 	// Create the source depth map pipeline
-	pipeline_ = ftl::config::create<ftl::operators::Graph>(host_, "disparity");
+	pipeline_ = ftl::config::create<ftl::operators::Graph>(host_, "disparity_pipeline");
 	/*pipeline1->append<ftl::operators::ColourChannels>("colour");  // Convert BGR to BGRA
 	pipeline1->append<ftl::operators::HFSmoother>("hfnoise");  // Remove high-frequency noise
 	pipeline1->append<ftl::operators::Normals>("normals");  // Estimate surface normals
-- 
GitLab