mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-25 02:18:12 +00:00
webrtc: README: fix couple of links
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/977>
This commit is contained in:
parent
5c9bc03eab
commit
331d053516
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ useful alternative.
|
|||
|
||||
* Application-provided signalling: `webrtcsink` can be instantiated by an application
|
||||
with a custom signaller. That signaller must be a GObject, and must implement the
|
||||
`Signallable` interface as defined [here](plugins/src/webrtcsink/mod.rs). The
|
||||
[default signaller](plugins/src/signaller/mod.rs) can be used as an example.
|
||||
`Signallable` interface as defined [here](src/webrtcsink/mod.rs). The
|
||||
[default signaller](src/signaller/mod.rs) can be used as an example.
|
||||
|
||||
An [example project] is also available to use as a boilerplate for implementing
|
||||
and using a custom signaller.
|
||||
|
|
Loading…
Reference in a new issue