gstreamer/subprojects/gst-plugins-bad/gst/codectimestamper
Peter Stensson 06d4629521 codectimestamper: Fix gint wraparound in pts_compare_func
The diff between compared timestamps might be outside the gint range
resulting in wrong sorting results. This patch corrects that by
comparing the timestamps and then returning -1, 0 or 1 depending on the
result.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7726>
2024-10-25 01:49:10 +00:00
..
gstcodectimestamper.c codectimestamper: Fix gint wraparound in pts_compare_func 2024-10-25 01:49:10 +00:00
gstcodectimestamper.h
gsth264timestamper.c
gsth264timestamper.h
gsth265timestamper.c
gsth265timestamper.h
meson.build
plugin.c