mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-10 17:25:33 +00:00
video: Actually export is_video_overlay_prepare_window_handle_message() function
This commit is contained in:
parent
8dcf3fec20
commit
452ea45c1b
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ pub use video_info::*;
|
|||
pub mod video_frame;
|
||||
pub use video_frame::{VideoBufferExt, VideoFrame, VideoFrameRef};
|
||||
mod video_overlay;
|
||||
pub use video_overlay::VideoOverlayExtManual;
|
||||
pub use video_overlay::{is_video_overlay_prepare_window_handle_message, VideoOverlayExtManual};
|
||||
mod video_event;
|
||||
pub use video_event::*;
|
||||
mod functions;
|
||||
|
|
Loading…
Reference in a new issue