webrtcbin: rtpstorage takes a 64-bit integer for "size-time" property

https://bugzilla.gnome.org/show_bug.cgi?id=796429
This commit is contained in:
Tim-Philipp Müller 2018-05-27 20:34:50 +01:00
parent 88fec19ba2
commit ed7a98d45b

View file

@ -3666,7 +3666,7 @@ on_rtpbin_new_storage (GstElement * rtpbin, GstElement * storage,
guint session_id, GstWebRTCBin * webrtc) guint session_id, GstWebRTCBin * webrtc)
{ {
/* TODO: when exposing latency, set size-time based on that */ /* TODO: when exposing latency, set size-time based on that */
g_object_set (storage, "size-time", 250 * GST_MSECOND, NULL); g_object_set (storage, "size-time", (guint64) 250 * GST_MSECOND, NULL);
} }
static GstElement * static GstElement *