rtpbin: fix typo in max-misorder-time property name

This commit is contained in:
Vincent Penquerc'h 2016-08-23 17:06:44 +01:00
parent 78bb4cc7e2
commit 0fb0c0c8e6

View file

@ -2606,7 +2606,7 @@ gst_rtp_bin_set_property (GObject * object, guint prop_id,
GST_RTP_BIN_UNLOCK (rtpbin); GST_RTP_BIN_UNLOCK (rtpbin);
gst_rtp_bin_propagate_property_to_jitterbuffer (rtpbin, gst_rtp_bin_propagate_property_to_jitterbuffer (rtpbin,
"max-misorder-time", value); "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); value);
break; break;
case PROP_RFC7273_SYNC: case PROP_RFC7273_SYNC: