mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +00:00
webrtchttp: Fix formatting
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/949>
This commit is contained in:
parent
40680a47ab
commit
5dc52975ff
1 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,7 @@ pub enum IceTransportPolicy {
|
|||
fn plugin_init(plugin: &gst::Plugin) -> Result<(), glib::BoolError> {
|
||||
#[cfg(feature = "doc")]
|
||||
{
|
||||
IceTransportPolicy::static_type()
|
||||
.mark_as_plugin_api(gst::PluginAPIFlags::empty());
|
||||
IceTransportPolicy::static_type().mark_as_plugin_api(gst::PluginAPIFlags::empty());
|
||||
}
|
||||
whipsink::register(plugin)?;
|
||||
whepsrc::register(plugin)?;
|
||||
|
|
Loading…
Reference in a new issue