mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-28 04:50:30 +00:00
parent
689bd93055
commit
f0d64a9fe8
1 changed files with 3 additions and 2 deletions
|
@ -62,7 +62,7 @@ expose interfaces to guide and tune the heuristics it employs.
|
|||
|
||||
### Prerequisites
|
||||
|
||||
The element has only been tested for now against GStreamer master.
|
||||
The element has only been tested for now against GStreamer main.
|
||||
|
||||
For testing, it is recommended to simply build GStreamer locally and run
|
||||
in the uninstalled devenv.
|
||||
|
@ -72,7 +72,8 @@ in the uninstalled devenv.
|
|||
> on your distribution.
|
||||
|
||||
```
|
||||
git clone https://gitlab.freedesktop.org/meh/gstreamer/-/tree/webrtcsink
|
||||
git clone --depth 1 --single-branch --branch main https://gitlab.freedesktop.org/gstreamer/gstreamer
|
||||
cd gstreamer
|
||||
meson build
|
||||
ninja -C build
|
||||
ninja -C build devenv
|
||||
|
|
Loading…
Reference in a new issue