projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e122f08
)
webrtcstats: Remove redundant lines
53/262653/2
author
Olivier CrĂȘte
<olivier.crete@collabora.com>
Thu, 8 Oct 2020 21:11:30 +0000
(17:11 -0400)
committer
Sangchul Lee
<sc11.lee@samsung.com>
Wed, 18 Aug 2021 06:39:34 +0000
(06:39 +0000)
Change-Id: If5fd93a87026ca1d9d6e52c46c227b4e6209adf3
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1766>
ext/webrtc/gstwebrtcstats.c
patch
|
blob
|
history
diff --git
a/ext/webrtc/gstwebrtcstats.c
b/ext/webrtc/gstwebrtcstats.c
index 7ecf9b9aafc81f74862430ae07410fc05e7039d3..2203c82ad9e27a45ce1fa1a53d66df9d6ffd311a 100644
(file)
--- 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;