gst-plugins-rs/video/closedcaption
Mathieu Duponchelle fbb2022b25 tttocea608: protect State with a simple mutex
There was no reason to use AtomicRefcell in this context,
aside from the dubious pleasure of panicing when attempting
to borrow mutably while another mutable borrow was already
held.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/314>
2020-04-23 20:10:42 +02:00
..
src tttocea608: protect State with a simple mutex 2020-04-23 20:10:42 +02:00
tests tttocea608: refactor to fit more scenarios 2020-04-23 20:10:42 +02:00
build.rs Drop gst-plugin- prefix in plugin directory name 2020-04-05 19:10:47 +00:00
Cargo.toml tttocea608: refactor to fit more scenarios 2020-04-23 20:10:42 +02:00