stream-channel: Remove default property

"monitor-latency" is FALSE by default.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
Frediano Ziglio 2019-11-14 12:36:46 +00:00
parent 3b9d1eadf7
commit 2ca660a2f9

View File

@ -189,7 +189,6 @@ stream_channel_client_new(StreamChannel *channel, RedClient *client, RedStream *
"channel", channel,
"client", client,
"stream", stream,
"monitor-latency", FALSE,
"caps", caps,
NULL);