gstreamer-rs/gstreamer-player/src/subclass/mod.rs

8 lines
196 B
Rust
Raw Normal View History

// Take a look at the license at the top of the repository in the LICENSE file.
mod player_video_renderer;
pub mod prelude {
pub use super::player_video_renderer::PlayerVideoRendererImpl;
}