// SPDX-License-Identifier: MPL-2.0
use *;
use glib;
/**
* SECTION:element-intersink
*
* #intersink is an element that can be used to produce data for
* multiple #intersrc elements to consume.
*
* You can access the underlying appsink element through the static name
* "appsink".
*
* #intersink should not reside in the same pipeline as the #intersrc
* that consumes from it, here is an example of how to use those elements
* in separate pipelines:
*
* {{ generic/inter/examples/basic.rs }}
*/
wrapper!