gstreamer/gst/qtdemux
Robert Swain 50273537dc qtdemux: Round timestamp up when scaling to mov format
Fix timestamp rounding to allow the correct index to be located.

The issue was that scaling from GStreamer time format to mov time format was
rounding down causing the timestamp of the newsegment event received after a
flushing keyframe seek to find the sample index before the one it should
causing further backward seeking to the keyframe prior until no rounding error
occurred.

Rounding up when scaling to mov format has the desired effect, and it is
not clear whether just the _round () variant would be sufficient.

Fixes bug #619105
2010-05-26 00:08:16 +01:00
..
gstrtpxqtdepay.c
gstrtpxqtdepay.h
LEGAL
Makefile.am qtdemux: extract stream language in more cases 2010-03-26 17:02:50 +00:00
qtatomparser.h
qtdemux.c qtdemux: Round timestamp up when scaling to mov format 2010-05-26 00:08:16 +01:00
qtdemux.h
qtdemux.vcproj
qtdemux_dump.c
qtdemux_dump.h
qtdemux_fourcc.h qtdemux: Post avg./max. bitrate tags for H.264 2010-04-07 11:55:32 +02:00
qtdemux_lang.c qtdemux: extract stream language in more cases 2010-03-26 17:02:50 +00:00
qtdemux_lang.h qtdemux: extract stream language in more cases 2010-03-26 17:02:50 +00:00
qtdemux_types.c
qtdemux_types.h
qtpalette.h
quicktime.c