mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
18f4f4e509
Wait on asyn-done when needed in gst_rtsp_media_seek_trickmode. In the unit test the pause from adjust_play_mode will cause a preroll and after that async-done will be produced. Without this patch there are no one consuming this async-done and when later when seek fluch is done in gst_rtsp_media_seek_trickmode then it wait for async-done. But then it wrongly find the async-done prodused by adjus_play_mode and continue executing without waiting for the preroll to finish. |
||
---|---|---|
.. | ||
rtsp-server | ||
rtsp-sink | ||
Makefile.am | ||
meson.build |