gstreamer/subprojects/gst-rtsp-server
Sebastian Dröge 14d636b224 rtsp-media: Unprepare suspended medias too
Previously suspended medias immediately reached the UNPREPARED state
without going through the media's unprepare() vfunc. This didn't allow
the media subclass to do any additional cleanup, and for example the
shutdown-eos property of GstRTSPMedia was ignored.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1090>
2021-10-07 11:16:39 +00:00
..
docs Back to development 2021-09-26 01:07:02 +01:00
examples
gst rtsp-media: Unprepare suspended medias too 2021-10-07 11:16:39 +00:00
scripts
tests
.gitignore
AUTHORS
ChangeLog
COPYING
COPYING.LIB
gst-rtsp-server.doap
meson.build Back to development 2021-09-26 01:07:02 +01:00
meson_options.txt
NEWS
README
RELEASE doc: update IRC links to OFTC 2021-09-28 10:11:15 +10: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.