mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue