diff --git a/src/scdaq.cc b/src/scdaq.cc
index 55d4335c9543590fbe1e58408ac282f0d3b9ad1f..ab98d9b57b99ee27b37e48cc63e9ba91a58fc220 100644
--- a/src/scdaq.cc
+++ b/src/scdaq.cc
@@ -93,8 +93,7 @@ int run_pipeline(int nbThreads, ctrl &control, config &conf) {
 
   // Create file-writing stage and add it to the pipeline
   if (conf.getNOrbitsPerFile()) {
-    output_stream_by_orbit = std::make_shared<OutputByOrbitStream>(
-        conf.getOutputFilenameBase(), conf.getOutputFilenamePrefix(), control, conf);
+    output_stream_by_orbit = std::make_shared<OutputByOrbitStream>(control, conf);
     pipeline.add_filter(*output_stream_by_orbit);
   } else {
     output_stream_by_size = std::make_shared<OutputBySizeStream>(