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:
parent
88fec19ba2
commit
ed7a98d45b
@ -3666,7 +3666,7 @@ on_rtpbin_new_storage (GstElement * rtpbin, GstElement * storage,
|
||||
guint session_id, GstWebRTCBin * webrtc)
|
||||
{
|
||||
/* 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 *
|
||||
|
Loading…
x
Reference in New Issue
Block a user