gst-plugins-rs/net
François Laignel 50dd519c4f net/webrtcsrc: define signaller property as CONSTRUCT_ONLY
The "signaller" property used to be defined as MUTABLE_READY which meant that
the property was always set after `constructed()` was called.

Since `connect_signaller()` was called from `constructed()`, only the default
signaller was used.

This commit sets the "signaller" property as CONSTRUCT_ONLY. Using a builder,
this property will now be set before the call to `constructed()`.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1324>
2023-10-12 17:38:09 +00:00
..
aws aws: Update to test-with 0.11 2023-10-12 06:57:28 +00:00
hlssink3 hlssink3: Update README 2023-09-25 21:34:05 +09:00
ndi ndisrc: Assume input with more than 8 raw audio channels is unpositioned 2023-10-12 09:12:02 +03:00
onvif onvifmetadataparse: Skip metadata frames with unrepresentable UTC time 2023-09-16 10:59:27 +03:00
raptorq Fix various new 1.73 clippy warnings 2023-10-03 17:47:30 +03:00
reqwest Update versions to 0.12.0-alpha.1 2023-08-10 17:21:11 +03:00
rtp Update versions to 0.12.0-alpha.1 2023-08-10 17:21:11 +03:00
webrtc net/webrtcsrc: define signaller property as CONSTRUCT_ONLY 2023-10-12 17:38:09 +00:00
webrtchttp net: webrtc/webrtchttp: Respect HTTP redirects 2023-09-26 19:29:41 -04:00