mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
rtpbin: fix typo in max-misorder-time property name
This commit is contained in:
parent
78bb4cc7e2
commit
0fb0c0c8e6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue