mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-02-18 03:55:36 +00:00
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(non_snake_case)]
|
||||||
#[allow(clippy::use_self)]
|
#[allow(clippy::use_self)]
|
||||||
mod auto;
|
mod auto;
|
||||||
|
pub use crate::auto::functions::*;
|
||||||
pub use crate::auto::*;
|
pub use crate::auto::*;
|
||||||
|
|
||||||
pub mod rtp_buffer;
|
pub mod rtp_buffer;
|
||||||
|
|
Loading…
Reference in a new issue