mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-08 16:25:26 +00:00
webrtc: Add missing prelude re-export of WebRTCICEExtManual
This commit is contained in:
parent
03d046daba
commit
2dbd99bd18
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ mod web_rtcice;
|
|||
// Re-export all the traits in a prelude module, so that applications
|
||||
// can always "use gst_webrtc::prelude::*" without getting conflicts
|
||||
pub mod prelude {
|
||||
#[cfg(any(feature = "v1_22", feature = "dox"))]
|
||||
#[cfg_attr(feature = "dox", doc(cfg(feature = "v1_22")))]
|
||||
pub use crate::web_rtcice::WebRTCICEExtManual;
|
||||
#[doc(hidden)]
|
||||
pub use gst_sdp::prelude::*;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue