forked from mirrors/gstreamer-rs
Don't re-export everything from the tags module
All the tags are supposed to be used via gst::tags::Title, etc to prevent conflicts.
This commit is contained in:
parent
c36c8189ce
commit
93cc21112c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ pub use structure::{Structure, StructureRef};
|
||||||
pub mod caps;
|
pub mod caps;
|
||||||
pub use caps::{Caps, CapsRef};
|
pub use caps::{Caps, CapsRef};
|
||||||
pub mod tags;
|
pub mod tags;
|
||||||
pub use tags::*;
|
pub use tags::{Tag, TagList, TagListRef};
|
||||||
pub mod buffer;
|
pub mod buffer;
|
||||||
pub use buffer::{Buffer, BufferMap, BufferRef, MappedBuffer};
|
pub use buffer::{Buffer, BufferMap, BufferRef, MappedBuffer};
|
||||||
pub mod sample;
|
pub mod sample;
|
||||||
|
|
Loading…
Reference in a new issue