From: Helge Norberg Date: Thu, 7 Jul 2016 16:37:10 +0000 (+0200) Subject: #40 Fixed problem with LOAD command not working X-Git-Tag: 2.1.0_Beta1~73 X-Git-Url: https://git.sesse.net/?p=casparcg;a=commitdiff_plain;h=6c9fcb31392479e3985840d311d9b0a486d56171 #40 Fixed problem with LOAD command not working --- diff --git a/core/producer/layer.cpp b/core/producer/layer.cpp index 39867694a..76473cc4e 100644 --- a/core/producer/layer.cpp +++ b/core/producer/layer.cpp @@ -84,6 +84,7 @@ public: if(preview) { play(); + receive(video_format::invalid); foreground_->paused(true); is_paused_ = true; }