gstreamer/gst/mpegpsmux
Tim-Philipp Müller ad1883f54d psmux: fix writing of system header, which makes VLC not skip the adjacent PSM and play embedded H.264 streams
header_length contains the length in bytes after the header_length
field, excluding the 6 byte start code and header_length field.

H.264 streams and some other formats need to be announced in the PSM.
VLC wouldn't play files created with mpegpsmux containing H.264 because
we claim the system header is larger than it actually is, which makes
VLC skip the program stream map which follows the system header, which
in turn makes it not recognise our H.264 video stream.
2011-09-22 20:11:21 +01:00
..
bits.h mpegpsmux: Add MPEG PS muxer 2009-08-31 09:14:32 +02:00
crc.h mpegpsmux: Add MPEG PS muxer 2009-08-31 09:14:32 +02:00
Makefile.am android: make it ready for androgenizer 2011-04-11 07:27:11 +02:00
mpegpsmux.c Revert "Check that collectpads exists before removing pad" 2011-02-21 12:14:59 +01:00
mpegpsmux.h mpegpsmux: Add MPEG PS muxer 2009-08-31 09:14:32 +02:00
mpegpsmux_aac.c mpegpsmux: Add missing files to fix compilation 2009-08-31 10:48:35 +02:00
mpegpsmux_aac.h mpegpsmux: Add missing files to fix compilation 2009-08-31 10:48:35 +02:00
mpegpsmux_h264.c mpegpsmux: Add missing files to fix compilation 2009-08-31 10:48:35 +02:00
mpegpsmux_h264.h mpegpsmux: Add missing files to fix compilation 2009-08-31 10:48:35 +02:00
psmux.c psmux: fix writing of system header, which makes VLC not skip the adjacent PSM and play embedded H.264 streams 2011-09-22 20:11:21 +01:00
psmux.h mpegpsmux: Add MPEG PS muxer 2009-08-31 09:14:32 +02:00
psmuxcommon.h mpegpsmux: Add MPEG PS muxer 2009-08-31 09:14:32 +02:00
psmuxstream.c mpegpsmux: Add MPEG PS muxer 2009-08-31 09:14:32 +02:00
psmuxstream.h mpegpsmux: Add MPEG PS muxer 2009-08-31 09:14:32 +02:00