From 6cd4cc8d4acb60c4acc29df2af98044b1cff0326 Mon Sep 17 00:00:00 2001 From: methodus Date: Mon, 22 Oct 2012 10:13:10 +0200 Subject: Added check for PES recordings. Sorry, those aren't supported, yet. --- plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp b/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp index 57fe9e3..6a8485d 100644 --- a/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp +++ b/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp @@ -53,6 +53,9 @@ private: if(!recording) return false; + // Sorry, currently unsupported. + if(recording->IsPesRecording()) return false; + char* fileBuf = strdup(recording->Name()); fileBuf = ExchangeChars(fileBuf, true); string fs = fileBuf; -- cgit v1.2.3