gstreamer/gst/mpegstream
Tim-Philipp Müller 7780db0401 gst/mpegstream/gstmpegpacketize.*: g_malloc() can't fail, we don't need to handle this. Same for gst_buffer_new_and_a...
Original commit message from CVS:
* gst/mpegstream/gstmpegpacketize.c: (gst_mpeg_packetize_put),
(read_cache):
* gst/mpegstream/gstmpegpacketize.h:
g_malloc() can't fail, we don't need to handle this. Same for
gst_buffer_new_and_alloc().
* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_chain):
klass->send_buffer() should have the same semantics as
gst_pad_push(), ie. ownership of the buffer is transfered,
so we never have to unref the buffer no matter what the flow
return value was.
2006-04-13 18:21:08 +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 ext/mad/gstmad.c: move GstIndexEntry *entry variable declaration before the first instruction 2006-04-09 18:09:40 +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 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.