mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-10 12:29:44 +00:00
7757e06e36
Otherwise the clock id will simply be overridden instead of unscheduling it, and if the streaming thread of the source pad currently waits on it then it will wait potentially for a very long time and deactivating the pad would wait for that to happen. Also unschedule the clock id on `Drop` of the state to be one the safe side and not simply forget about it. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1526> |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml | ||
LICENSE-MPL-2.0 |