rtpbin: fix typo in max-misorder-time property name
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Tue, 23 Aug 2016 16:06:44 +0000 (17:06 +0100)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Tue, 23 Aug 2016 16:19:17 +0000 (17:19 +0100)
gst/rtpmanager/gstrtpbin.c

index cbe6901..1820c99 100644 (file)
@@ -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: