Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
authorFrançois Laignel <francois@centricular.com>2023-09-27 16:10:30 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-10-12 20:38:09 +0300
commit50dd519c4f99e162fc1bca3b9d85eb056a2fa78f (patch)
tree90af9975061e414a702843f1e883eb3f18490bb6 /video
parent785c9557c8d66c8f1048c2a5fdf481115436e0ac (diff)
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>
Diffstat (limited to 'video')
0 files changed, 0 insertions, 0 deletions