X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/62210b10dacd736e348d14fe342342db748961ee..6aa0ed7fff929c4b2651667ab809d0ace1dac56d:/lib/dvb/demux.cpp diff --git a/lib/dvb/demux.cpp b/lib/dvb/demux.cpp index c6d3b103..b0d9b400 100644 --- a/lib/dvb/demux.cpp +++ b/lib/dvb/demux.cpp @@ -412,7 +412,7 @@ private: }; eDVBRecordFileThread::eDVBRecordFileThread() - : m_ts_parser(m_stream_info) + :eFilePushThread(IOPRIO_CLASS_RT, 7), m_ts_parser(m_stream_info) { m_current_offset = 0; }