mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-16 12:55:13 +00:00
webrtcsink: Updated livekitwebrtcsink for new signaller constructor
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1461>
This commit is contained in:
parent
730b3459f1
commit
96037fbcc5
1 changed files with 1 additions and 1 deletions
|
@ -4407,7 +4407,7 @@ impl ObjectImpl for LiveKitWebRTCSink {
|
|||
let element = self.obj();
|
||||
let ws = element.upcast_ref::<super::BaseWebRTCSink>().imp();
|
||||
|
||||
let _ = ws.set_signaller(LiveKitSignaller::default().upcast());
|
||||
let _ = ws.set_signaller(LiveKitSignaller::new_producer().upcast());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue