mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-07 07:45:27 +00:00
gstreamer: Export subclass::TaskPoolFunction
This must be accessible in order to subclass TaskPool.
This commit is contained in:
parent
5a334cdcd3
commit
52ae5e435b
1 changed files with 2 additions and 0 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Reference in a new issue