gst-plugins-rs/net
François Laignel 9fd9f0eb83 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/1388>
2023-11-10 15:51:32 +02:00
..
aws aws: Update to test-with 0.11 2023-11-10 15:51:03 +02:00
hlssink3 Update versions to 0.11.1 2023-10-04 23:35:35 +03:00
ndi ndisrc: Assume input with more than 8 raw audio channels is unpositioned 2023-11-10 15:50:59 +02:00
onvif Update versions to 0.11.1 2023-10-04 23:35:35 +03:00
raptorq Update versions to 0.11.1 2023-10-04 23:35:35 +03:00
reqwest Update versions to 0.11.1 2023-10-04 23:35:35 +03:00
rtp Update versions to 0.11.1 2023-10-04 23:35:35 +03:00
webrtc net/webrtcsrc: define signaller property as CONSTRUCT_ONLY 2023-11-10 15:51:32 +02:00
webrtchttp Update versions to 0.11.1 2023-10-04 23:35:35 +03:00