gstreamer/gst/videoparsers
Jan Schmidt b7d63d3fb1 videoparsers: Disable PTS interpolation in the base parse class
All these formats have re-ordered PTS which the base class gets
wrong. It's better to leave them blank and let the decoder sort it
out. Better yet would be to track and interpolate the timestamps
in the subclasses (FIXME)
2012-09-12 23:05:47 -07:00
..
dirac_parse.c videoparsers: chain up to parent event handler 2012-02-15 12:56:55 +01:00
dirac_parse.h videoparsers: Add dirac parser 2011-02-17 14:43:35 -08:00
gstdiracparse.c videoparsers: Disable PTS interpolation in the base parse class 2012-09-12 23:05:47 -07:00
gstdiracparse.h diracparse: make diracparse work correctly 2011-07-04 16:49:00 -07:00
gsth263parse.c videoparsers: Fix GstBaseParse::get_sink_caps() implementations 2012-06-05 09:30:00 +02:00
gsth263parse.h videoparsers: port to baseparse, which is now in libgstbase in core 2011-04-09 00:24:03 +01:00
gsth264parse.c videoparsers: Disable PTS interpolation in the base parse class 2012-09-12 23:05:47 -07:00
gsth264parse.h h264parse: remove _chain hack 2012-02-15 17:15:10 +01:00
gstmpeg4videoparse.c videoparsers: Disable PTS interpolation in the base parse class 2012-09-12 23:05:47 -07:00
gstmpeg4videoparse.h mpeg4videoparse: set 0 duration when vop_coded is 0 2012-09-02 03:43:12 +01:00
gstmpegvideoparse.c videoparsers: Disable PTS interpolation in the base parse class 2012-09-12 23:05:47 -07:00
gstmpegvideoparse.h mpegvideoparse: Handle Sequence Display Extension 2012-09-12 23:05:47 -07:00
h263parse.c port some more to new memory API 2012-01-25 16:22:09 +01:00
h263parse.h videoparsers: port to baseparse, which is now in libgstbase in core 2011-04-09 00:24:03 +01:00
Makefile.am gst: Update versioning 2012-04-04 14:44:34 +02:00
plugin.c gst: Update for GST_PLUGIN_DEFINE() API changes 2012-04-05 18:02:56 +02:00