Skip to content

Implement manual-sdp-munging for custom signaller

Commit 1c54c778 ("webrtcsink: Add a mechanism for SDP munging") caused the webrtcsink-custom-signaller example to print an error when run:

(webrtcsink-custom-signaller:110102): GLib-GObject-CRITICAL **: 22:02:23.383: Object class MyCustomWebRTCSinkSignaller doesn't implement property 'manual-sdp-munging' from interface 'GstRSWebRTCSignallableIface'

Fix this by implementing the 'manual-sdp-munging' property.

link: #611 (closed)

Merge request reports