capmt: revert minor changes from last merge

Origin commit data
------------------
Branch: ni/coolstream
Commit: bed92ab689
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-16 (Thu, 16 Nov 2017)

Origin message was:
------------------
- capmt: revert minor changes from last merge

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-11-16 22:12:05 +01:00
parent fb4bdfef8a
commit cd00e434b4

View File

@@ -284,9 +284,8 @@ bool CCamManager::SetMode(t_channel_id channel_id, enum runmode mode, bool start
mode, start ? "START" : "STOP", source, oldmask, newmask, force_update, rmode);
//INFO("source %d old mask %d new mask %d force update %s", source, oldmask, newmask, force_update ? "yes" : "no");
/* stop decoding if record stops unless it's the live channel. TODO:PIP? */
#if ! HAVE_COOL_HARDWARE
/* stop decoding if record stops unless it's the live channel. TODO:PIP? */
/* all the modes: RECORD, STREAM, PIP except PLAY now stopping here !! */
if (mode && start == false && source != cDemux::GetSource(0)) {
INFO("MODE not PLAY:(%d) start=false, src %d getsrc %d", mode, source, cDemux::GetSource(0));