gstreamer/gst/mpegstream
Stefan Kost d398763d01 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
Original commit message from CVS:
* ext/amrnb/amrnbdec.c: (gst_amrnbdec_class_init):
* ext/amrnb/amrnbenc.c: (gst_amrnbenc_class_init):
* ext/amrnb/amrnbparse.c: (gst_amrnbparse_class_init):
* ext/mad/gstmad.c: (gst_mad_class_init):
* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_class_init):
* gst/ac3parse/gstac3parse.c: (gst_ac3parse_class_init):
* gst/asfdemux/gstasfmux.c: (gst_asfmux_class_init):
* gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_class_init):
* gst/iec958/ac3iec.c: (ac3iec_class_init):
* gst/mpegaudioparse/gstmpegaudioparse.c:
(gst_mp3parse_class_init):
* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init):
* gst/mpegstream/gstmpegclock.c: (gst_mpeg_clock_class_init):
* gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_class_init):
* gst/realmedia/rmdemux.c: (gst_rmdemux_class_init):
* gst/synaesthesia/gstsynaesthesia.c:
(gst_synaesthesia_class_init):
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
2006-04-08 21:42:19 +00:00
..
.gitignore Initial revision 2001-12-22 23:26:48 +00:00
gstdvddemux.c Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) 2006-04-08 21:42:19 +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/gstmpegdemux.c: Don't ref NULL caps (private streams have NULL caps) (#336387); also, no need to set c... 2006-03-28 20:19:31 +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 partially port the mpegstream plugin to GStreamer 0.9. 2005-11-14 21:20:21 +00:00
gstmpegpacketize.h expand tabs 2005-12-06 19:48:07 +00:00
gstmpegparse.c gst/mpegstream/gstmpegparse.c: Don't unref event unconditionally after giving away ownership (gst_pad_push_event(), g... 2006-03-29 11:31:55 +00:00
gstmpegparse.h gst/mpegstream/gstmpegparse.h (struct _GstMPEGParse): gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_reset) (gst_mpeg_... 2006-01-19 21:32:05 +00:00
gstmpegstream.c configure.ac: rework similarly to other modules 2006-04-01 09:54:39 +00:00
gstrfc2250enc.c Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) 2006-04-08 21:42:19 +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.