GNOME Bugzilla – Bug 557814
[mpegdemux] frequency list descriptor support
Last modified: 2008-10-27 08:57:11 UTC
Some networks (the public DVB-T network in the Netherlands being one example) transmit additional frequencies which should be scanned by a DVB application looking for all available transport streams by adding a frequency list descriptor (0x62) in the NIT. The attached patch implements support for the frequency list descriptor in mpegdemux.
Created attachment 121309 [details] [review] mpegdemux patch to support frequency list descriptor (0x62)
Created attachment 121354 [details] [review] Version 2 of the same patch Sorry, the previous patch had missed that the frequency needs to be calculated the same way as it is for delivery system descriptors. Fixed in this patch.
2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk> Patch by: David Härdeman <david at hardeman dot nu> * gst/mpegdemux/mpegtspacketizer.c: (mpegts_packetizer_parse_nit): Add support for the frequency list descriptor, which provides additional frequencies that should be scanned by a DVB application. Fixes bug #557814.