driver/record.cpp: try to not stop timeshift, if not needed

Origin commit data
------------------
Branch: ni/coolstream
Commit: e245f581ca
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-08-06 (Mon, 06 Aug 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-08-06 15:08:34 +04:00
parent 8c18f9476d
commit c9a7dbca6a
2 changed files with 11 additions and 4 deletions

View File

@@ -187,7 +187,7 @@ class CRecordManager : public CMenuTarget /*, public CChangeObserver*/
bool AskToStop(const t_channel_id channel_id, const int recid = 0);
int exec(CMenuTarget* parent, const std::string & actionKey);
bool StartAutoRecord();
bool StopAutoRecord();
bool StopAutoRecord(bool lock = true);
MI_MOVIE_INFO * GetMovieInfo(const t_channel_id channel_id);
const std::string GetFileName(const t_channel_id channel_id);