Skip to content
Snippets Groups Projects
Commit 5cb03ab2 authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

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.
parent 8a6725cd
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment