Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#10649 closed Patch - Feature (fixed)

add toString for the teletext descriptor (in the PMT)

Reported by: dekarl@… Owned by: danielk
Priority: minor Milestone: 0.26
Component: MythTV - General Version: Master Head
Severity: low Keywords:
Cc: Ticket locked: no

Description

decode the teletext descriptor so its easier to see if the closed cpation pages are properly signaled

  Stream #2 pid(0xa7) type(0x06 private-data)
    Stream Identifier Descriptor (0x52): ComponentTag=0xa
    Teletext Descriptor: 1 pages
      Type (1) Magazine (1) Page (00) Language (deu)

the page types are defined in EN 300 468 as

0x00 - reserved
0x01 - initial Teletext page
0x02 - Teletext subtitle page
0x03 - additional inforamtion page
0x04 - programme schedule page
0x05 - Teletext subtitle page for hearing impaired people
0x06-0x1f - reserved

Attachments (1)

0001-add-toString-to-TeletextDescriptor.patch (2.1 KB) - added by dekarl@… 12 years ago.

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by dekarl@…

comment:1 Changed 12 years ago by danielk

Owner: set to danielk
Status: newaccepted

comment:2 Changed 12 years ago by Karl Dietz <dekarl@…>

Resolution: fixed
Status: acceptedclosed

In bf7b8386c21a98d12861fe19a7dcf2891eb47f59/mythtv:

Fixes #10649. Add toString() medthod to TeletextDescriptor?.

Signed-off-by: Daniel Kristjansson <danielk@…>

comment:3 Changed 12 years ago by Daniel Kristjansson <danielk@…>

In 0c8872998b191869f0c275310cc1362848ba512c/mythtv:

Refs #10649. Minor rejigging of [bf7b8386c]; move toString() implementation to .cpp and make more consistend with atsc/scte output.

comment:4 Changed 12 years ago by Raymond Wagner

Milestone: unknown0.26
Note: See TracTickets for help on using tickets.