README: update gst-full-libraries to correct names

The names in the README are out-of-date since 4210ac43ec.

Also use `meson setup` rather than the implicit setup command which is
now deprecated.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7447>
This commit is contained in:
Carlos Bentzen 2024-09-04 10:30:16 +02:00 committed by GStreamer Marge Bot
parent 9363a0af42
commit 505291ab68

View file

@ -187,7 +187,7 @@ ABI can be set using `gst-full-libraries` option.
glib-2.0, gobject-2.0 and gstreamer-1.0 are always included.
```
meson --default-library=static -Dgst-full-libraries=app,video builddir
meson setup --default-library=static -Dgst-full-libraries=gstreamer-app-1.0,gstreamer-video-1.0 builddir
```
GStreamer *1.18* requires applications using gstreamer-full-1.0 to initialize