gstreamer/gst/mpegstream
Andy Wingo 29ea57179f s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagi...
Original commit message from CVS:
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/

@-substitued variables variables are defined as make variables automagically,
and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
2002-03-19 01:39:42 +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 s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagi... 2002-03-19 01:39:42 +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.