webrtc: Split WebRTCICE into base classes and implementation.
authoryatinmaan <yatinmaan1@gmail.com>
Mon, 18 Apr 2022 17:55:13 +0000 (23:25 +0530)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 26 Jul 2022 13:51:11 +0000 (13:51 +0000)
commit2c1e61ea16acac2eab43ffcfcd469a988345f336
tree6e626e327c5684d0e1707af80b721a3f049977be
parente0564b04c6cd08e62904903992b4de4cb50bb4b7
webrtc: Split WebRTCICE into base classes and implementation.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2398>
38 files changed:
subprojects/gst-docs/symbols/symbol_index.json
subprojects/gst-examples/webrtc/meson.build
subprojects/gst-examples/webrtc/sendrecv/gst/Makefile
subprojects/gst-examples/webrtc/sendrecv/gst/custom_agent.c [new file with mode: 0644]
subprojects/gst-examples/webrtc/sendrecv/gst/custom_agent.h [new file with mode: 0644]
subprojects/gst-examples/webrtc/sendrecv/gst/meson.build
subprojects/gst-examples/webrtc/sendrecv/gst/webrtc-sendrecv.c
subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json
subprojects/gst-plugins-bad/ext/webrtc/fwd.h
subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c
subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.h
subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcice.c [deleted file]
subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcice.h [deleted file]
subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcstats.c
subprojects/gst-plugins-bad/ext/webrtc/icestream.c [deleted file]
subprojects/gst-plugins-bad/ext/webrtc/icestream.h [deleted file]
subprojects/gst-plugins-bad/ext/webrtc/meson.build
subprojects/gst-plugins-bad/ext/webrtc/nicetransport.c [deleted file]
subprojects/gst-plugins-bad/ext/webrtc/nicetransport.h [deleted file]
subprojects/gst-plugins-bad/ext/webrtc/transportstream.c
subprojects/gst-plugins-bad/ext/webrtc/webrtcsctptransport.h
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.c [new file with mode: 0644]
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.h [new file with mode: 0644]
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/icestream.c [new file with mode: 0644]
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/icestream.h [new file with mode: 0644]
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/icetransport.h
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/meson.build
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/nice/meson.build [new file with mode: 0644]
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/nice/nice.c [new file with mode: 0644]
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/nice/nice.h [new file with mode: 0644]
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/nice/nice_fwd.h [new file with mode: 0644]
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/nice/nicestream.c [new file with mode: 0644]
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/nice/nicestream.h [new file with mode: 0644]
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/nice/nicetransport.c [new file with mode: 0644]
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/nice/nicetransport.h [new file with mode: 0644]
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc-priv.h
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc.h
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc_fwd.h