diff options
author | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2012-06-16 16:50:43 +0200 |
---|---|---|
committer | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2012-06-16 19:23:00 +0200 |
commit | beceb09acc353d991ef9b315126cbe1dc9f8ab0b (patch) | |
tree | fdd5611f45dd02fdc80f4d53e011e0ed75d1cd79 /gst/mpegtsmux/tsmux/tsmuxstream.h | |
parent | 898f6b48be5b8e44f7d531b55fd99c90c9fb7f1d (diff) | |
download | gstreamer-plugins-bad-beceb09acc353d991ef9b315126cbe1dc9f8ab0b.tar.gz |
mpegtsmux: add support for DVB subtitle and teletext streams
See bug #673582.
Conflicts:
gst/mpegtsmux/Makefile.am
Diffstat (limited to 'gst/mpegtsmux/tsmux/tsmuxstream.h')
-rw-r--r-- | gst/mpegtsmux/tsmux/tsmuxstream.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/mpegtsmux/tsmux/tsmuxstream.h b/gst/mpegtsmux/tsmux/tsmuxstream.h index fb87a1349..b0fef23ee 100644 --- a/gst/mpegtsmux/tsmux/tsmuxstream.h +++ b/gst/mpegtsmux/tsmux/tsmuxstream.h @@ -138,6 +138,8 @@ enum TsMuxStreamType { TSMUX_ST_PS_AUDIO_AC3 = 0x81, TSMUX_ST_PS_AUDIO_DTS = 0x8a, TSMUX_ST_PS_AUDIO_LPCM = 0x8b, + TSMUX_ST_PS_DVB_SUBPICTURE = 0x8c, + TSMUX_ST_PS_TELETEXT = 0x8d, TSMUX_ST_PS_DVD_SUBPICTURE = 0xff, /* Non-standard definitions */ |