X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/17b07b8ab4f698dfbef69fcf77b8f8d86c440f39..d250965754894689707739e6d12d7cf6a6f13d5e:/lib/service/servicedvbrecord.cpp diff --git a/lib/service/servicedvbrecord.cpp b/lib/service/servicedvbrecord.cpp index 10ab8ae7..f4bf5577 100644 --- a/lib/service/servicedvbrecord.cpp +++ b/lib/service/servicedvbrecord.cpp @@ -163,10 +163,13 @@ int eDVBServiceRecord::doRecord() } eDebugNoNewLine(")"); } - eDebug(", and the pcr pid is %04x", program.pcrPid); + eDebugNoNewLine(", and the pcr pid is %04x", program.pcrPid); if (program.pcrPid != 0x1fff) pids_to_record.insert(program.pcrPid); - + eDebug(", and the text pid is %04x", program.textPid); + if (program.textPid != -1) + pids_to_record.insert(program.textPid); // Videotext + /* find out which pids are NEW and which pids are obsolete.. */ std::set new_pids, obsolete_pids;