gstreamer/gst/videoparsers
Wim Taymans a9f46ed059 mpegvideoparse: only apply repeat count when set
When there is no extension header, the repeat_count variable is left to 0 and
then the duration on the output buffers is calculated wrongly. Because the
duration is used to interpolate output timestamps, the output timestamps are
also wrong, causing bad framerates.

See https://bugzilla.gnome.org/show_bug.cgi?id=681535
2012-08-13 10:58:50 +02:00
..
dirac_parse.c
dirac_parse.h
gstdiracparse.c videoparsers: Fix GstBaseParse::get_sink_caps() implementations 2012-06-05 09:30:00 +02:00
gstdiracparse.h
gsth263parse.c videoparsers: Fix GstBaseParse::get_sink_caps() implementations 2012-06-05 09:30:00 +02:00
gsth263parse.h
gsth264parse.c videoparsers: Fix GstBaseParse::get_sink_caps() implementations 2012-06-05 09:30:00 +02:00
gsth264parse.h
gstmpeg4videoparse.c videoparsers: Fix GstBaseParse::get_sink_caps() implementations 2012-06-05 09:30:00 +02:00
gstmpeg4videoparse.h
gstmpegvideoparse.c mpegvideoparse: only apply repeat count when set 2012-08-13 10:58:50 +02:00
gstmpegvideoparse.h mpegvideoparse: tweak codec parser API and adjust parser element 2012-05-22 14:09:47 +02:00
h263parse.c
h263parse.h
Makefile.am
plugin.c