Skip to content

tsdemux: Handle delayed seek events

Vivia Nikolaidou requested to merge vivia/gst-plugins-bad:tsdemux_seek into master

commit 36146132 (HEAD -> tsdemux_seek, vivia/tsdemux_seek)

Author: Vivia Nikolaidou

Date: Mon Apr 5 10:29:37 2021 +0300

tsdemux: Handle delayed seek events

Store the event in case it cannot be processed immediately and process
it after the first segment has been produced.

commit 5198923d

Author: Vivia Nikolaidou

Date: Mon Apr 5 10:28:51 2021 +0300

tsdemux: Protect demux->segment_event with a mutex

Would otherwise cause weird issues when processing a delayed seek event
Edited by Vivia Nikolaidou

Merge request reports