summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-05-27 20:34:50 +0100
committerJan Schmidt <jan@centricular.com>2018-06-28 00:24:49 +1000
commite09a4a3e8071068a31fc46f227caf68082720c68 (patch)
tree2e8498c58cd2cb916b1fbead4b89bafa8015b3fb
parent8a732289a06aec0fbff0b4a9d1e9e8597f621828 (diff)
downloadgstreamer-plugins-bad-e09a4a3e8071068a31fc46f227caf68082720c68.tar.gz
webrtcbin: rtpstorage takes a 64-bit integer for "size-time" property
https://bugzilla.gnome.org/show_bug.cgi?id=796429
-rw-r--r--ext/webrtc/gstwebrtcbin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/webrtc/gstwebrtcbin.c b/ext/webrtc/gstwebrtcbin.c
index c553a93ec..a28b9364d 100644
--- a/ext/webrtc/gstwebrtcbin.c
+++ b/ext/webrtc/gstwebrtcbin.c
@@ -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 *