rtspsrc: Use the correct type for storing the max-rtcp-rtp-time-diff property
authorSebastian Dröge <sebastian@centricular.com>
Wed, 27 May 2020 19:33:31 +0000 (22:33 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 27 May 2020 19:33:31 +0000 (22:33 +0300)
commitb94b9988fa0219566274214779887f33644167b3
tree9490672f907868e335a9c2a3633ababe7bc06827
parent5f91be7ea02e49fb42db3aa600bee519a6e2d544
rtspsrc: Use the correct type for storing the max-rtcp-rtp-time-diff property

It's an integer property and rtpbin also expects an integer. Passing it
as a GstClockTime (guint64) to g_object_set() will cause problems, and
on big endian MIPS apparently causes crashes.

Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues/737

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/605>
gst/rtsp/gstrtspsrc.h