webrtc: expose transport property on sender and receiver
authorMathieu Duponchelle <mathieu@centricular.com>
Tue, 12 Jan 2021 18:12:42 +0000 (19:12 +0100)
committerSangchul Lee <sc11.lee@samsung.com>
Fri, 3 Sep 2021 06:29:27 +0000 (15:29 +0900)
commit85186b748ca030c9b9b789faca5606740d03e57d
tree070f83717f792310225884b7308b7fa3a4a54782
parent9eff189b733041fee93cc72fe3f63ae6a7b6226e
webrtc: expose transport property on sender and receiver

As advised by !1366#note_629558 , the nice transport should be
accessed through:

> transceiver->sender/receiver->transport/rtcp_transport->icetransport

All the objects on the path can be accessed through properties
except sender/receiver->transport. This patch addresses that.

Change-Id: I38e0c71f9dae0bf09ba4e8ea01cfa23726623d0a
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1952>
ext/webrtc/webrtctransceiver.c
gst-libs/gst/webrtc/rtpreceiver.c
gst-libs/gst/webrtc/rtpsender.c