Skip to content

Only allow setting Bus sync handler and AppSrc/Sink callbacks once

Sebastian Dröge requested to merge slomo/gstreamer-rs:app-futures into master

Re-setting them is not thread-safe and can cause segfaults or worse.

See gstreamer#506 (closed) and gst-plugins-base#729 (closed)

Merge request reports