mpegts: atsc: add STT table parsing
authorThiago Santos <ts.santos@sisa.samsung.com>
Thu, 22 May 2014 04:47:48 +0000 (01:47 -0300)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 29 May 2014 08:37:59 +0000 (10:37 +0200)
commit0c6bb561e03c564c77510ace2dcc2a4f06c379b2
treec2a7cfe0e35530b5ac1007744a0620c4cf373a8d
parent0c0379e8f03bcf9145fce3fe622d8bc71de8f045
mpegts: atsc: add STT table parsing

Adds the system time table structure and functions for convenient parsing of
it and for getting the UTC datetime that it represents. Also adds its
information dumping to the ts-parser example

https://bugzilla.gnome.org/show_bug.cgi?id=730435
gst-libs/gst/mpegts/gst-atsc-section.c
gst-libs/gst/mpegts/gst-atsc-section.h
gst-libs/gst/mpegts/gstmpegtssection.c
gst-libs/gst/mpegts/gstmpegtssection.h
tests/examples/mpegts/ts-parser.c