Opened 18 years ago

Closed 18 years ago

#1766 closed patch (fixed)

Patch for DVB teletext and DVB teletext captions

Reported by: jyrki.n@… Owned by: danielk
Priority: minor Milestone: unknown
Component: dvb Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Patch contains two fixes. One part fixing a problem with multiple private data streams when PMT-scannning for DVB teletext captions. Current solution scans only the first found private data stream in PMT. I have PMT-s with an empty private data stream descriptor before a second one containg my teletext descriptors. Second part fixes an old bug in ProcessDVBDataPacket(). Current version hits VERBOSE(...) with filler packets.

Attachments (1)

dvb-teletext.patch (3.5 KB) - added by jyrki.n@… 18 years ago.

Download all attachments as: .zip

Change History (3)

Changed 18 years ago by jyrki.n@…

Attachment: dvb-teletext.patch added

comment:1 Changed 18 years ago by anonymous

Summary: Patch for DVB teletext and DVB teletext catpionsPatch for DVB teletext and DVB teletext captions

comment:2 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

(In [9905]) Fixes #1766. This fixes DVB Teletext scanning and supresses a warning.

The teletext PMT scanning would skip teletext if there was a private stream other than teletext listed before the teletext stream in the PMT. This patch on #1766 from jyrki.n fixes the problem.

The warning was just about skipping some filler data, which we don't need warnings of even in "-v vbi".

Note: See TracTickets for help on using tickets.