gstreamer/subprojects/gst-rtsp-server
Tim-Philipp Müller 7d793d8836 meson: unset GST_TRACERS for g-ir-scanner to avoid warnings
People might have GST_TRACERS=leaks set in their environment
by default, which will now trigger criticals during the build
when calling g-ir-scanner, because we unset GST_PLUGIN_SYSTEM_PATH
so that the scanner doesn't load any plugins.

Fixes #4093

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8121>
2024-12-10 23:07:06 +00:00
..
docs meson: bail out earlier in docs subdir if docs are disabled 2024-11-04 19:14:10 +00:00
examples gst-rtsp-server: Make test-onvif-client example work on Windows 2024-08-20 19:44:42 +00:00
gst rtsp-server-media-factory: silence some maybe-unused warnings 2024-11-18 12:10:57 +11:00
scripts gst-omx: Retire the whole package 2023-07-16 19:10:03 +00:00
tests tests/onvif: silence a maybe-unitialized warning 2024-11-18 12:10:58 +11:00
.gitignore
AUTHORS
COPYING
COPYING.LIB
gst-rtsp-server.doap Release 1.24.0 2024-03-04 23:59:25 +00:00
meson.build meson: unset GST_TRACERS for g-ir-scanner to avoid warnings 2024-12-10 23:07:06 +00:00
meson_options.txt build: Add missing common options that are yielding in subprojects 2024-06-27 15:53:46 +00:00
NEWS Release 1.24.0 2024-03-04 23:59:25 +00:00
README
RELEASE Back to development 2024-03-05 12:58:57 +00:00
REQUIREMENTS
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.