gstreamer-rs/gstreamer-base/src/auto/mod.rs

49 lines
1.5 KiB
Rust
Raw Normal View History

2018-04-23 17:34:22 +00:00
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
mod adapter;
2019-01-21 20:00:48 +00:00
pub use self::adapter::{Adapter, AdapterClass};
#[cfg(any(feature = "v1_14", feature = "dox"))]
mod aggregator;
#[cfg(any(feature = "v1_14", feature = "dox"))]
2019-01-16 11:32:39 +00:00
pub use self::aggregator::{Aggregator, AggregatorClass, NONE_AGGREGATOR};
#[cfg(any(feature = "v1_14", feature = "dox"))]
pub use self::aggregator::AggregatorExt;
#[cfg(any(feature = "v1_14", feature = "dox"))]
mod aggregator_pad;
#[cfg(any(feature = "v1_14", feature = "dox"))]
2019-01-16 11:32:39 +00:00
pub use self::aggregator_pad::{AggregatorPad, AggregatorPadClass, NONE_AGGREGATOR_PAD};
#[cfg(any(feature = "v1_14", feature = "dox"))]
pub use self::aggregator_pad::AggregatorPadExt;
mod base_sink;
2019-01-16 11:32:39 +00:00
pub use self::base_sink::{BaseSink, BaseSinkClass, NONE_BASE_SINK};
pub use self::base_sink::BaseSinkExt;
mod base_src;
2019-01-16 11:32:39 +00:00
pub use self::base_src::{BaseSrc, BaseSrcClass, NONE_BASE_SRC};
pub use self::base_src::BaseSrcExt;
mod base_transform;
2019-01-16 11:32:39 +00:00
pub use self::base_transform::{BaseTransform, BaseTransformClass, NONE_BASE_TRANSFORM};
pub use self::base_transform::BaseTransformExt;
mod push_src;
2019-01-16 11:32:39 +00:00
pub use self::push_src::{PushSrc, PushSrcClass, NONE_PUSH_SRC};
2017-12-18 08:05:42 +00:00
pub mod functions;
#[doc(hidden)]
pub mod traits {
#[cfg(any(feature = "v1_14", feature = "dox"))]
pub use super::AggregatorExt;
#[cfg(any(feature = "v1_14", feature = "dox"))]
pub use super::AggregatorPadExt;
pub use super::BaseSinkExt;
pub use super::BaseSrcExt;
pub use super::BaseTransformExt;
}