tests: Cast drop-messages-interval type properly
authorA. Wilcox <AWilcox@Wilcox-Tech.com>
Fri, 16 Dec 2022 07:00:46 +0000 (01:00 -0600)
committerA. Wilcox <AWilcox@Wilcox-Tech.com>
Fri, 16 Dec 2022 07:36:07 +0000 (01:36 -0600)
commit412eaf352684039c36affe3d8d857e57d5d846a8
treeff2fcdb661dcb0cd40cd90cecb3eb292c3acd017
parenta27c5c81df48b830f4027949a461ce97e395913c
tests: Cast drop-messages-interval type properly

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
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3580>
subprojects/gst-plugins-good/tests/check/elements/rtpjitterbuffer.c