forked from mirrors/gstreamer-rs
utils: Re export AddConsumerError
This commit is contained in:
parent
5349822962
commit
8c69388eff
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
mod streamproducer;
|
||||
|
||||
pub use crate::streamproducer::{ConsumptionLink, StreamProducer};
|
||||
pub use crate::streamproducer::{AddConsumerError, ConsumptionLink, StreamProducer};
|
||||
|
|
Loading…
Reference in a new issue