From d7010ab56f9b823d56a5a5fa3ba7f7764bbfece4 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 17 Jan 2006 13:08:10 +0000 Subject: add support for videotext (VBI) so now the videotext from the TV is useable (needs new drivers!) --- lib/service/servicedvbrecord.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '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; -- cgit v1.2.3