From 752093ddcfdcc490009bc9b78f62cbedf609511b Mon Sep 17 00:00:00 2001 From: Thulinma Date: Mon, 31 Jul 2017 23:58:23 +0200 Subject: [PATCH] Increase debug level of No PES packets to parse message --- lib/ts_stream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ts_stream.cpp b/lib/ts_stream.cpp index df1451bb..37acb27d 100644 --- a/lib/ts_stream.cpp +++ b/lib/ts_stream.cpp @@ -303,7 +303,7 @@ namespace TS{ } std::deque &inStream = pesStreams[tid]; if (inStream.size() <= 1){ - INFO_MSG("No PES packets to parse"); + HIGH_MSG("No PES packets to parse"); return; } // Find number of packets before unit Start