gstreamer: Export subclass::TaskPoolFunction

This must be accessible in order to subclass TaskPool.
This commit is contained in:
Jan Alexander Steffens (heftig) 2022-04-07 17:37:12 +02:00 committed by Sebastian Dröge
parent 5a334cdcd3
commit 52ae5e435b

View file

@ -43,6 +43,8 @@ pub use self::element::ElementMetadata;
pub use self::error::FlowError;
pub use self::plugin::{MAJOR_VERSION, MINOR_VERSION};
pub use self::task_pool::TaskPoolFunction;
pub mod prelude {
#[doc(hidden)]
pub use glib::subclass::prelude::*;