big timestamp jumps create problems in gst_rtp_buffer_ext_timestamp()
Submitted by Alexander Kordecki
Link to original bug (#797249)
Description
Hi,
the current implementation returns 0 for a large jump and does not change the exttimestamp. So if I intentionally jump > G_MAXINT32 and when my new timestamp is <= G_MAXUINT32, I not only lose the one package with the big jump, but also all following packages.
Version: 1.14.x