mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 13:01:07 +00:00
webrtcsink: Updated livekitwebrtcsink for new signaller constructor
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1508>
This commit is contained in:
parent
59ee2721bf
commit
c8dcd50846
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