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 codectimestamper: Implement QUERY_CAPS support 2023-04-12 15:07:28 +00:00
gsth264timestamper.c codecparsers: keep naming consistency in GST_H264_LEVEL 2023-06-26 10:47:36 +00:00
gsth264timestamper.h Add H.264/H.265 timestamp correction element 2022-09-12 19:02:21 +00:00
gsth265timestamper.c h265timestamper: Use gst_h265_parser_parse_decoder_config_record() 2023-03-06 12:50:41 +00:00
gsth265timestamper.h Add H.264/H.265 timestamp correction element 2022-09-12 19:02:21 +00:00
meson.build gstcodectimestamper: remove PC file generation from plugin's own meson.build 2023-05-01 16:41:32 +00:00
plugin.c Add H.264/H.265 timestamp correction element 2022-09-12 19:02:21 +00:00