forked from mirrors/gstreamer-rs
Re-add player_g_main_context_signal_dispatcher in player's lib.rs
This was accidentially removed while merging a change from master
This commit is contained in:
parent
25a887ad48
commit
f444a80e47
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ pub use config::*;
|
|||
mod player_video_info;
|
||||
|
||||
mod player_video_overlay_video_renderer;
|
||||
mod player_g_main_context_signal_dispatcher;
|
||||
mod player_visualization;
|
||||
|
||||
// Re-export all the traits in a prelude module, so that applications
|
||||
|
|
Loading…
Reference in a new issue