rtpjitterbuffer: There is no automatic reorder threshold
This commit is contained in:
parent
263dfae6d5
commit
086bad4643
@ -669,7 +669,7 @@ gst_rtp_jitter_buffer_class_init (GstRtpJitterBufferClass * klass)
|
||||
g_object_class_install_property (gobject_class, PROP_RTX_DELAY_REORDER,
|
||||
g_param_spec_int ("rtx-delay-reorder", "RTX Delay Reorder",
|
||||
"Sending retransmission event when this much reordering "
|
||||
"(0 disable, -1 automatic)",
|
||||
"(0 disable)",
|
||||
-1, G_MAXINT, DEFAULT_RTX_DELAY_REORDER,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user