mpegpsmux: Add MPEG PS muxer
authorLin Yang <oxcsnicho@gmail.com>
Tue, 11 Aug 2009 10:00:10 +0000 (12:00 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 31 Aug 2009 07:14:32 +0000 (09:14 +0200)
commitadb4130e65fab0a34ec9dec7b0484dbf932efc53
tree23f1703e3c10fcbd34696c32cfe1b6b28420f746
parentde1f057725a5972afba11e05a63796eab8643574
mpegpsmux: Add MPEG PS muxer
configure.ac
gst/mpegpsmux/Makefile.am [new file with mode: 0644]
gst/mpegpsmux/bits.h [new file with mode: 0644]
gst/mpegpsmux/crc.h [new file with mode: 0644]
gst/mpegpsmux/mpegpsmux.c [new file with mode: 0644]
gst/mpegpsmux/mpegpsmux.h [new file with mode: 0644]
gst/mpegpsmux/psmux.c [new file with mode: 0644]
gst/mpegpsmux/psmux.h [new file with mode: 0644]
gst/mpegpsmux/psmuxcommon.h [new file with mode: 0644]
gst/mpegpsmux/psmuxstream.c [new file with mode: 0644]
gst/mpegpsmux/psmuxstream.h [new file with mode: 0644]