Re-export all public API from the SDP library

This commit is contained in:
Sebastian Dröge 2018-04-05 20:53:42 +03:00
parent 873ddf0de6
commit 0ff3dd150c
6 changed files with 18 additions and 7 deletions

View file

@ -1,4 +1,4 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 7f5a2b5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 6855214)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 7f5a2b5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 6855214)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 7f5a2b5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 6855214)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 7f5a2b5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 6855214)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT

View file

@ -1,4 +1,4 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 7f5a2b5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 6855214)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT

View file

@ -39,18 +39,31 @@ mod auto;
pub use auto::*;
mod m_i_k_e_y_decrypt_info;
pub use m_i_k_e_y_decrypt_info::*;
mod m_i_k_e_y_encrypt_info;
pub use m_i_k_e_y_encrypt_info::*;
mod m_i_k_e_y_map_s_r_t_p;
pub use m_i_k_e_y_map_s_r_t_p::*;
mod m_i_k_e_y_payload_s_p_param;
pub use m_i_k_e_y_payload_s_p_param::*;
mod s_d_p_attribute;
pub use s_d_p_attribute::*;
mod s_d_p_bandwidth;
pub use s_d_p_bandwidth::*;
mod s_d_p_connection;
pub use s_d_p_connection::*;
mod s_d_p_key;
pub use s_d_p_key::*;
mod s_d_p_media;
pub use s_d_p_media::*;
mod s_d_p_message;
pub use s_d_p_message::*;
mod s_d_p_origin;
pub use s_d_p_origin::*;
mod s_d_p_time;
pub use s_d_p_time::*;
mod s_d_p_zone;
pub use s_d_p_zone::*;
// Re-export all the traits in a prelude module, so that applications
// can always "use gst::prelude::*" without getting conflicts
@ -59,6 +72,4 @@ pub mod prelude {
pub use gst::prelude::*;
pub use auto::traits::*;
pub use s_d_p_message::SDPMessage;
}