forked from mirrors/gstreamer-rs
play: Mark play_message
module as private
The only type that is defined in it is re-exported at the crate root.
This commit is contained in:
parent
01b8279bc1
commit
50f3eee8eb
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ mod play_signal_adapter;
|
|||
mod play_video_overlay_video_renderer;
|
||||
mod play_visualization;
|
||||
|
||||
pub mod play_message;
|
||||
mod play_message;
|
||||
pub use crate::play_message::PlayMessage;
|
||||
|
||||
// Re-export all the traits in a prelude module, so that applications
|
||||
|
|
Loading…
Reference in a new issue