From 0fb0c0c8e6e4cbe936e52aa5626ab0710a965e4f Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Tue, 23 Aug 2016 17:06:44 +0100 Subject: [PATCH] rtpbin: fix typo in max-misorder-time property name --- gst/rtpmanager/gstrtpbin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c index cbe6901831..1820c99e1e 100644 --- a/gst/rtpmanager/gstrtpbin.c +++ b/gst/rtpmanager/gstrtpbin.c @@ -2606,7 +2606,7 @@ gst_rtp_bin_set_property (GObject * object, guint prop_id, GST_RTP_BIN_UNLOCK (rtpbin); gst_rtp_bin_propagate_property_to_jitterbuffer (rtpbin, "max-misorder-time", value); - gst_rtp_bin_propagate_property_to_session (rtpbin, "max-dropout-time", + gst_rtp_bin_propagate_property_to_session (rtpbin, "max-misorder-time", value); break; case PROP_RFC7273_SYNC: