forked from mirrors/gstreamer-rs
rtp: Re-export standalone functions from crate root
This commit is contained in:
parent
7ccab6cc8b
commit
0403fd9aa4
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ macro_rules! skip_assert_initialized {
|
|||
#[allow(non_snake_case)]
|
||||
#[allow(clippy::use_self)]
|
||||
mod auto;
|
||||
pub use crate::auto::functions::*;
|
||||
pub use crate::auto::*;
|
||||
|
||||
pub mod rtp_buffer;
|
||||
|
|
Loading…
Reference in a new issue