gstreamer/subprojects/gst-rtsp-server
Nirbheek Chauhan 1be6d6ccf5 meson: Add explicit check: kwarg to all run_command() calls
This is required since Meson 0.61.0, and causes a warning to be
emitted otherwise:

2c079d855e
https://github.com/mesonbuild/meson/issues/9300

This exposed a bunch of places where we had broken run_command()
calls, unnecessary run_command() calls, and places where check: true
should be used.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1507>
2022-01-09 18:12:47 +05:30
..
docs meson: Add explicit check: kwarg to all run_command() calls 2022-01-09 18:12:47 +05:30
examples
gst
scripts
tests
.gitignore
AUTHORS
ChangeLog
COPYING
COPYING.LIB
gst-rtsp-server.doap
meson.build meson: Add explicit check: kwarg to all run_command() calls 2022-01-09 18:12:47 +05:30
meson_options.txt
NEWS
README
RELEASE
REQUIREMENTS Move files from gst-rtsp-server into the "subprojects/gst-rtsp-server/" subdir 2021-09-24 16:15:21 -03:00
TODO

gst-rtsp-server is a library on top of GStreamer for building an RTSP server

There are some examples in the examples/ directory and more comprehensive
documentation in docs/README.