rtpbin: fix typo in max-misorder-time property name
This commit is contained in:
parent
78bb4cc7e2
commit
0fb0c0c8e6
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user