summaryrefslogtreecommitdiff
path: root/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp')
-rw-r--r--plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp3
1 files changed, 3 insertions, 0 deletions
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;