mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
GStreamer multimedia framework
faf8f87a02
The commit "rtsp-client: define all seek accuracy flags from setup_play_mode" changed the behaviour of when doing a seek. Before that commit, having the flush flag set would result in a seek (forced seek). Even if no seek was needed. One reason to force seek is to flush old buffers created in Describe requests. Thus adding force seek also for flush flag will result in play request with fresh buffers. |
||
---|---|---|
docs | ||
examples | ||
gst | ||
pkgconfig | ||
tests | ||
.gitignore | ||
.gitlab-ci.yml | ||
AUTHORS | ||
ChangeLog | ||
COPYING | ||
COPYING.LIB | ||
gst-rtsp-server.doap | ||
meson.build | ||
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.