gstreamer-rs/gstreamer-app/src/auto/mod.rs
Marijn Suijten 6ec0e3ac4b Update gir and regenerate with extended gir-dirs comments
Gir now prints all directories and their hashes in the version file and
comments; useful now that gstreamer-rs is being generated from both
gir-files/ and gst-gir-files/ submodules.
2021-04-01 15:58:41 +02:00

17 lines
394 B
Rust

// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git)
// DO NOT EDIT
mod app_sink;
pub use self::app_sink::AppSink;
mod app_src;
pub use self::app_src::AppSrc;
mod enums;
pub use self::enums::AppStreamType;
#[doc(hidden)]
pub mod traits {}