Update README.md with correct repo and branch

Closes #15
This commit is contained in:
Praveen Perera 2022-01-11 11:14:52 -05:00 committed by Mathieu Duponchelle
parent 689bd93055
commit f0d64a9fe8

View file

@ -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