gstreamer/gst/mpegstream
Wim Taymans 502fabd67b gst/mpegstream/: Do state changes correctly
Original commit message from CVS:
* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_change_state):
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_change_state):
* gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_change_state):
Do state changes correctly
2006-04-21 10:50:17 +00:00
..
.gitignore Initial revision 2001-12-22 23:26:48 +00:00
gstdvddemux.c gst/mpegstream/: Do state changes correctly 2006-04-21 10:50:17 +00:00
gstdvddemux.h gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_adjust_ts) 2006-01-05 21:36:49 +00:00
gstmpegclock.c Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) 2006-04-08 21:42:19 +00:00
gstmpegclock.h expand tabs 2005-12-06 19:48:07 +00:00
gstmpegdemux.c gst/mpegstream/: Do state changes correctly 2006-04-21 10:50:17 +00:00
gstmpegdemux.h gst/mpegstream/: Timestamps in mpeg stream are 32-bit numbers. Therefore, with a clock_freq of 90kHz this timestamp o... 2006-03-23 18:17:34 +00:00
gstmpegpacketize.c gst/mpegstream/gstmpegpacketize.*: g_malloc() can't fail, we don't need to handle this. Same for gst_buffer_new_and_a... 2006-04-13 18:21:08 +00:00
gstmpegpacketize.h gst/mpegstream/gstmpegpacketize.*: g_malloc() can't fail, we don't need to handle this. Same for gst_buffer_new_and_a... 2006-04-13 18:21:08 +00:00
gstmpegparse.c gst/mpegstream/gstmpegpacketize.*: g_malloc() can't fail, we don't need to handle this. Same for gst_buffer_new_and_a... 2006-04-13 18:21:08 +00:00
gstmpegparse.h ext/mad/gstmad.c: move GstIndexEntry *entry variable declaration before the first instruction 2006-04-09 18:09:40 +00:00
gstmpegstream.c configure.ac: rework similarly to other modules 2006-04-01 09:54:39 +00:00
gstrfc2250enc.c gst/mpegstream/: Do state changes correctly 2006-04-21 10:50:17 +00:00
gstrfc2250enc.h expand tabs 2005-12-06 19:48:07 +00:00
Makefile.am gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_newsegment): Properly handle non contiguous VOBUs by adding the se... 2005-12-08 12:45:09 +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.