mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-12-23 00:26:31 +00:00
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 use caps::{Caps, CapsRef};
|
||||
pub mod tags;
|
||||
pub use tags::*;
|
||||
pub use tags::{Tag, TagList, TagListRef};
|
||||
pub mod buffer;
|
||||
pub use buffer::{Buffer, BufferMap, BufferRef, MappedBuffer};
|
||||
pub mod sample;
|
||||
|
|
Loading…
Reference in a new issue