mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
webrtcstats: Remove redundant lines
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1766>
This commit is contained in:
parent
52c676546d
commit
a5c3331197
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue