Skip to content
Snippets Groups Projects
Commit 68dd1ee9 authored by Sebastian Dröge's avatar Sebastian Dröge :tea: Committed by GStreamer Marge Bot
Browse files

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 gstreamer/gst-plugins-good#737

Part-of: <gstreamer/gst-plugins-good!744>
parent 2f4fc45b
No related branches found
No related tags found
No related merge requests found
Pipeline #205503 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment