gstreamer/gst/mpegstream
Andy Wingo f6c63f0d8e removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with...
Original commit message from CVS:
* removal of //-style comments
* don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct,
and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
2002-03-19 04:10:05 +00:00
..
.gitignore Initial revision 2001-12-22 23:26:48 +00:00
gstmpegdemux.c Assorted fixes. 2002-02-03 20:10:04 +00:00
gstmpegdemux.h Added back the per channel PTS parsing. 2001-12-23 23:18:39 +00:00
gstmpegpacketize.c Added the beginnings of an RFC 2250 compliant packetizer. 2001-12-31 03:03:05 +00:00
gstmpegpacketize.h Added the beginnings of an RFC 2250 compliant packetizer. 2001-12-31 03:03:05 +00:00
gstmpegparse.c remove send_event 2002-02-06 23:00:15 +00:00
gstmpegparse.h Redid the lost changes. 2001-12-23 22:37:07 +00:00
gstmpegstream.c Added the beginnings of an RFC 2250 compliant packetizer. 2001-12-31 03:03:05 +00:00
gstrfc2250enc.c Added the beginnings of an RFC 2250 compliant packetizer. 2001-12-31 03:03:05 +00:00
gstrfc2250enc.h Added the beginnings of an RFC 2250 compliant packetizer. 2001-12-31 03:03:05 +00:00
Makefile.am removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with... 2002-03-19 04:10:05 +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.