gstreamer/subprojects/gst-examples/webrtc/sendrecv/gst
Philippe Normand 906b90287c webrtcbin: Relay add-ice-candidate errors from Ice implementation to Application
The `add_candidate` vfunc of the GstWebRTCICE interface gained a GstPromise
argument, which is an ABI break. We're not aware of any external user of this
interface yet so we think it's OK.

This change is useful in cases where the application needs to bubble up errors
from the underlying ICE agent, for instance when the agent was given an invalid
ICE candidate.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3960>
2023-02-27 09:09:47 +00:00
..
custom_agent.c webrtcbin: Relay add-ice-candidate errors from Ice implementation to Application 2023-02-27 09:09:47 +00:00
custom_agent.h webrtc: Split WebRTCICE into base classes and implementation. 2022-07-26 13:51:11 +00:00
Dockerfile Move files from gst-examples into the "subprojects/gst-examples/" subdir 2021-09-24 16:15:58 -03:00
Makefile webrtc: Split WebRTCICE into base classes and implementation. 2022-07-26 13:51:11 +00:00
meson.build webrtc: Split WebRTCICE into base classes and implementation. 2022-07-26 13:51:11 +00:00
webrtc-sendrecv.c webrtc examples: Use webrtc.gstreamer.net 2023-02-04 13:37:02 +00:00
webrtc_sendrecv.py webrtc examples: Use webrtc.gstreamer.net 2023-02-04 13:37:02 +00:00