rtspsrc: Use the correct type for storing the max-rtcp-rtp-time-diff property
- May 27, 2020
-
-
Sebastian Dröge authored
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 #737 Part-of: <!605>
-