gstreamer-rs/gstreamer-app/src
Sebastian Dröge 5cb03ab2ef appsrc need-data and all appsink callbacks can only be called from a single thread at a time
As such, make them FnMut and remove the Sync requirement from them. We
can only do this for the callbacks and not the signals, because the
signals can in theory be emitted from anybody (outside the object!)
at any time.
2018-05-09 12:35:55 +03:00
..
auto Regenerate everything with latest gir 2018-03-20 11:52:29 +02:00
app_sink.rs appsrc need-data and all appsink callbacks can only be called from a single thread at a time 2018-05-09 12:35:55 +03:00
app_src.rs appsrc need-data and all appsink callbacks can only be called from a single thread at a time 2018-05-09 12:35:55 +03:00
lib.rs Add back callback guards 2018-03-02 21:34:29 +02:00