gst-plugins-rs/generic
François Laignel 625fce3934 ts/Task: spawn StateMachine on ts Context
Task state machines used to execute in an executor from the Futures
crate. State transitions actions and iteration functions were then
spawned on the target threadshare Context.

This commit directly spawns the task state machine on the threadshare
Context. This simplifies code a bit and paves the way for the changes
described in [1].

Also introduces struct `StateMachineHandle`, which gather together
fields to communicate and synchronize with the StateMachine. Renamed
`StateMachine::run` as `spawn` and return `StateMachineHandle`.

[1]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/793#note_1464400
2022-08-09 19:48:06 +02:00
..
file Update minimum supported GStreamer version to 1.14 2022-04-07 12:41:54 +03:00
fmp4 fmp4: Update to m3u8-rs 5 2022-08-09 13:40:39 +00:00
sodium Simplify Formatted value handling 2022-07-11 21:21:54 +02:00
threadshare ts/Task: spawn StateMachine on ts Context 2022-08-09 19:48:06 +02:00