mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-07 07:45:27 +00:00
rtp: Re-export standalone functions from crate root
This commit is contained in:
parent
4782066345
commit
cd4e191a00
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