forked from mirrors/gstreamer-rs
gst: move format_serde.rs under format module
This commit is contained in:
parent
dac3cf67f4
commit
8a7813d04c
3 changed files with 3 additions and 2 deletions
|
@ -415,6 +415,9 @@ mod clock_time_serde;
|
||||||
mod compatible;
|
mod compatible;
|
||||||
pub use compatible::*;
|
pub use compatible::*;
|
||||||
|
|
||||||
|
#[cfg(feature = "serde")]
|
||||||
|
mod format_serde;
|
||||||
|
|
||||||
mod generic;
|
mod generic;
|
||||||
pub use generic::*;
|
pub use generic::*;
|
||||||
|
|
||||||
|
|
|
@ -224,8 +224,6 @@ pub use crate::format::{
|
||||||
Signed, SpecificFormattedValue, SpecificFormattedValueFullRange,
|
Signed, SpecificFormattedValue, SpecificFormattedValueFullRange,
|
||||||
SpecificFormattedValueIntrinsic, UnsignedIntoSigned,
|
SpecificFormattedValueIntrinsic, UnsignedIntoSigned,
|
||||||
};
|
};
|
||||||
#[cfg(feature = "serde")]
|
|
||||||
mod format_serde;
|
|
||||||
|
|
||||||
mod segment;
|
mod segment;
|
||||||
pub use crate::segment::*;
|
pub use crate::segment::*;
|
||||||
|
|
Loading…
Reference in a new issue