Skip to content

tests: Cast drop-messages-interval type properly

A. Wilcox requested to merge awilfox/gstreamer:awilfox/fix/issue1656 into main

The rtpjitterbuffer test drop_messages_interval uses a GstClockTime for the message drop interval. This property is defined as a guint. On systems with 64-bit time_t but 32-bit uint, this can cause the g_object_set function to fail to read the arguments properly.

Fixes: #1656 (closed)

Merge request reports