mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 19:11:06 +00:00
Onle re-export traits from the pbutils prelude
This commit is contained in:
parent
53cf6704e7
commit
cb3cf66bd8
1 changed files with 1 additions and 6 deletions
|
@ -64,11 +64,6 @@ pub mod prelude {
|
||||||
pub use glib::prelude::*;
|
pub use glib::prelude::*;
|
||||||
pub use gst::prelude::*;
|
pub use gst::prelude::*;
|
||||||
|
|
||||||
pub use discoverer::*;
|
pub use encoding_profile::EncodingProfileBuilder;
|
||||||
pub use discoverer_stream_info::*;
|
|
||||||
pub use discoverer_video_info::*;
|
|
||||||
|
|
||||||
pub use encoding_profile::*;
|
|
||||||
|
|
||||||
pub use auto::traits::*;
|
pub use auto::traits::*;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue