mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 17:41:05 +00:00
gstreamer: Export subclass::TaskPoolFunction
This must be accessible in order to subclass TaskPool.
This commit is contained in:
parent
c82aefd2a4
commit
7d2ab1450e
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,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