diff options
author | Marc-André Lureau <mlureau@flumotion.com> | 2010-06-08 13:59:08 +0200 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2010-06-08 15:36:29 +0200 |
commit | d335a55b495d2d45fb985cc3a1f06aaeb4ebbaa0 (patch) | |
tree | 9f5fde4fd1f8058120210c3057d99ad9e0472ce9 /gst/mpegtsmux/tsmux/tsmux.c | |
parent | 233b09f9b9e9044809dea8dbd300dc7e9bb4d881 (diff) | |
download | gstreamer-plugins-bad-d335a55b495d2d45fb985cc3a1f06aaeb4ebbaa0.tar.gz |
mpegtsmux: take all the pmt in the streamheaders
Diffstat (limited to 'gst/mpegtsmux/tsmux/tsmux.c')
-rw-r--r-- | gst/mpegtsmux/tsmux/tsmux.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/mpegtsmux/tsmux/tsmux.c b/gst/mpegtsmux/tsmux/tsmux.c index 6bf315dfe..a51218615 100644 --- a/gst/mpegtsmux/tsmux/tsmux.c +++ b/gst/mpegtsmux/tsmux/tsmux.c @@ -98,10 +98,6 @@ #define TSMUX_DEFAULT_NETWORK_ID 0x0001 #define TSMUX_DEFAULT_TS_ID 0x0001 -#define TSMUX_START_PROGRAM_ID 0x0001 -#define TSMUX_START_PMT_PID 0x0010 -#define TSMUX_START_ES_PID 0x0040 - /* HACK: We use a fixed buffering offset for the PCR at the moment - * this is the amount 'in advance' of the stream that the PCR sits. * 1/8 second atm */ |