gstreamer/gst/mpegstream
Ronald S. Bultje 0ba3f63b39 I'm too lazy to comment this
Original commit message from CVS:
Fix mpeg version identification bug. The field is 2 bits, not 4, which causes mpegs to sometimes be identified as mpeg1 while it was mpeg2. See #119372. Fix by <meiker@upb.de>
2003-08-13 21:15:03 +00:00
..
.gitignore Initial revision 2001-12-22 23:26:48 +00:00
gstmpegclock.c - Changed plugins for new APIs 2002-05-26 21:59:22 +00:00
gstmpegclock.h - Changed plugins for new APIs 2002-05-26 21:59:22 +00:00
gstmpegdemux.c Make sure caps are fixed when creating a new video pad 2003-07-28 14:56:01 +00:00
gstmpegdemux.h I'm too lazy to comment this 2003-05-14 21:54:41 +00:00
gstmpegpacketize.c I'm too lazy to comment this 2003-08-13 21:15:03 +00:00
gstmpegpacketize.h - Changed plugins for new APIs 2002-05-26 21:59:22 +00:00
gstmpegparse.c Provide valuable diagnostics for seek events control by the GST_SEEK debug category. 2003-07-25 02:04:01 +00:00
gstmpegparse.h - Small cleanups 2003-01-19 13:42:43 +00:00
gstmpegstream.c removing warnings (approved by wtay) 2002-09-09 23:24:29 +00:00
gstrfc2250enc.c compatibility fix for new GST_DEBUG stuff. 2003-06-29 19:46:09 +00:00
gstrfc2250enc.h s/Gnome-Streamer/GStreamer/ 2002-03-20 21:45:03 +00:00
Makefile.am Remove redundant plugindir definition 2003-08-10 00:01:58 +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.