gstreamer/subprojects/gst-rtsp-server
Michael Gruner 49eba42e08 gst-rtsp-server: Fix leak in appsrc2 example
In the need-data appsrc callback, a buffer is pulled from the
appsink. This buffer is then copied so that metadata is writable.
The copy is pushed to the appsrc but it doesn't take ownership
of the buffer so we need to manually unref it. The original buffer
is finally unreffed when the sample is freed.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1548>
2022-01-24 01:25:57 +00:00
..
docs meson: Add explicit check: kwarg to all run_command() calls 2022-01-09 18:12:47 +05:30
examples gst-rtsp-server: Fix leak in appsrc2 example 2022-01-24 01:25:57 +00:00
gst rtsp-server: add gst_dep to gst_rtsp_server_deps 2021-12-20 13:08:33 +00:00
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
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.