mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
2099a39459
One of my dvds jump on some position and miss about 1 minute of stream. The reason was mpeg timestamps. On some position scr difference is negative. It produced negative timestamps. Since it was converted to unsigned value, gstreamer timestamps was invalid. Instead of increasing mpeg ts, they was decreasing till it started to be positive. The jump in timestamps caused mpeg2dec to skip frames to make QoS happy. This patch just make diff unsigned to avoid negative values. Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net> https://bugzilla.gnome.org/show_bug.cgi?id=656115 |
||
---|---|---|
.. | ||
flumpegdemux.c | ||
flutspatinfo.c | ||
flutspatinfo.h | ||
flutspmtinfo.c | ||
flutspmtinfo.h | ||
flutspmtstreaminfo.c | ||
flutspmtstreaminfo.h | ||
gstmpegdefs.h | ||
gstmpegdemux.c | ||
gstmpegdemux.h | ||
gstmpegdesc.c | ||
gstmpegdesc.h | ||
gstmpegtsdemux.c | ||
gstmpegtsdemux.h | ||
gstpesfilter.c | ||
gstpesfilter.h | ||
gstsectionfilter.c | ||
gstsectionfilter.h | ||
Makefile.am | ||
mpegtspacketizer.c | ||
mpegtspacketizer.h | ||
mpegtsparse.c | ||
mpegtsparse.h |