gstreamer/gst/mpegstream
Jan Schmidt fa41f815d4 gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
Original commit message from CVS:

* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
Use 1/2 a second for default max_discont, as PES streams from DVB
seem to have larger spacings in the SCR.
Fix a typo.
2005-01-25 18:26:45 +00:00
..
.gitignore Initial revision 2001-12-22 23:26:48 +00:00
gstdvddemux.c ext/a52dec/gsta52dec.c: Add some debug output. Check that a discont has a valid time associated. 2005-01-25 15:34:08 +00:00
gstdvddemux.h ext/a52dec/gsta52dec.c: Add some debug output. Check that a discont has a valid time associated. 2005-01-25 15:34:08 +00:00
gstmpegclock.c don't mix tabs and spaces 2004-03-15 19:32:25 +00:00
gstmpegclock.h *.h: Revert indenting 2004-03-15 16:32:53 +00:00
gstmpegdemux.c ext/a52dec/gsta52dec.c: Add some debug output. Check that a discont has a valid time associated. 2005-01-25 15:34:08 +00:00
gstmpegdemux.h first batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc 2004-05-21 22:39:29 +00:00
gstmpegpacketize.c fix local includes and 64 bits constants 2004-07-27 21:51:28 +00:00
gstmpegpacketize.h *.h: Revert indenting 2004-03-15 16:32:53 +00:00
gstmpegparse.c gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init) 2005-01-25 18:26:45 +00:00
gstmpegparse.h ext/a52dec/gsta52dec.c: Add some debug output. Check that a discont has a valid time associated. 2005-01-25 15:34:08 +00:00
gstmpegstream.c gst/mpegstream/gstmpegdemux.*: Complete overhaul. All DVD specific functionality split to the new dvddemux element. 2004-03-27 22:45:41 +00:00
gstrfc2250enc.c first batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc 2004-05-21 22:39:29 +00:00
gstrfc2250enc.h *.h: Revert indenting 2004-03-15 16:32:53 +00:00
Makefile.am gst/mpegstream/gstmpegdemux.*: Complete overhaul. All DVD specific functionality split to the new dvddemux element. 2004-03-27 22:45:41 +00:00
mpegstream.vcproj more working plugins 2004-07-27 21:41:30 +00:00
notes Initial revision 2001-12-22 23:26:48 +00:00
README Initial revision 2001-12-22 23:26:48 +00:00

MPEG-2 System Stream Parser
===========================

This element will parse MPEG-2 Program Streams (and eventually Transport
Streams, though likely as a second element) into its elemental streams.