From fc16da6a01b80a8f8e84d6d97f10c6efdb269ee3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Cr=C3=AAte?= Date: Thu, 8 Oct 2020 17:11:30 -0400 Subject: [PATCH] webrtcstats: Remove redundant lines Change-Id: If5fd93a87026ca1d9d6e52c46c227b4e6209adf3 Part-of: --- ext/webrtc/gstwebrtcstats.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/webrtc/gstwebrtcstats.c b/ext/webrtc/gstwebrtcstats.c index 7ecf9b9aa..2203c82ad 100644 --- a/ext/webrtc/gstwebrtcstats.c +++ b/ext/webrtc/gstwebrtcstats.c @@ -441,8 +441,6 @@ _get_stats_from_transport_channel (GstWebRTCBin * webrtc, gst_structure_get_double (s, "timestamp", &ts); transport = stream->transport; - if (!transport) - transport = stream->transport; if (!transport) return; -- 2.34.1