From a5c3331197074f93971908caf71359e627725fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Thu, 8 Oct 2020 17:11:30 -0400 Subject: [PATCH] webrtcstats: Remove redundant lines 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 7ecf9b9aaf..2203c82ad9 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;