mpegts: Add registered mpeg-ts stream types
authorEdward Hervey <edward@collabora.com>
Thu, 4 Jul 2013 05:45:12 +0000 (07:45 +0200)
committerEdward Hervey <edward@collabora.com>
Thu, 4 Jul 2013 06:45:32 +0000 (08:45 +0200)
commit4fe26740c77ad874b387e506fd4497225a6bf1d8
tree10b00dee6f29c501504a5f380b77516f194df8e8
parent8babffc750f1d084ae8e64e0d10d5bccbf88647e
mpegts: Add registered mpeg-ts stream types

These are the values officially registered in the base specification
(H.222.0/13818-1). Later on we can add other enums for other variants

Note that the enum is not used in the structure fields (such as a pmt
stream stream_type field) since it can contain values from other
variants.
docs/libs/gst-plugins-bad-libs-sections.txt
docs/libs/gst-plugins-bad-libs.types
gst-libs/gst/mpegts/gstmpegtssection.h
tests/examples/mpegts/ts-parser.c