gstreamer/gst/mpegstream
Vincent Penquerc'h 7e6125fc8f mpegstream: increase allowable gap between streams
The new delay is three times as much as the old one, and just happens
to let me properly decode my "Princess Mononoke" DVD, on which dvdreadsrc
was chocking before at 5:11.
While there, merge the constants used in two places into a define.

https://bugzilla.gnome.org/show_bug.cgi?id=539708
2011-01-24 19:44:41 +01:00
..
.gitignore Initial revision 2001-12-22 23:26:48 +00:00
gstdvddemux.c mpegstream: increase allowable gap between streams 2011-01-24 19:44:41 +01:00
gstdvddemux.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:11:41 +00:00
gstmpegclock.c dvdsub/mpegstream: _class_init: Remove unused class variables 2009-04-21 20:15:56 +02:00
gstmpegclock.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:11:41 +00:00
gstmpegdemux.c mpegstream: Don't use GST_FLOW_IS_SUCCESS() 2010-09-04 14:57:51 +02:00
gstmpegdemux.h gst/mpegstream/: Resend tags event after a FLUSH (seek) to support prerolling a partial pipeline. 2008-07-05 15:56:56 +00:00
gstmpegpacketize.c assert: g_assert_not_reached() cannot replace return statement 2010-01-22 16:55:14 +02:00
gstmpegpacketize.h gst/mpegstream/: Flush packetizer cache when we get a FLUSH_STOP event; remove unused source pad member from packetiz... 2006-06-23 11:22:04 +00:00
gstmpegparse.c various: canonicalize property names 2010-10-19 12:24:13 +03:00
gstmpegparse.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:11:41 +00:00
gstmpegstream.c configure.ac: rework similarly to other modules 2006-04-01 09:54:39 +00:00
gstrfc2250enc.c various (gst): add a missing G_PARAM_STATIC_STRINGS flags 2010-10-19 09:51:23 +03:00
gstrfc2250enc.h More G_OBJECT macro fixing. 2006-09-16 21:58:48 +00:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for ugly. 2008-10-13 18:10:25 +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.