mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
GStreamer multimedia framework
0526a5c9bb
Set expected_async_done to FALSE in default_suspend() if a state change occurs and the return value from set_target_state() is something other than GST_STATE_CHANGE_ASYNC. Without this change there is a risk that expected_async_done will be TRUE even though no asynchronous state change is taking place. This could happen if the pipeline is set to PAUSED using media_set_pipeline_state_locked(), an asynchronous state change starts and then the media is suspended (which could result in a state change, aborting the asynchronous state change). If the media is suspended before the asynchronous state change ends then expected_async_done will be TRUE but no asynchronous state change is taking place. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/-/merge_requests/123> |
||
---|---|---|
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.