mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-04-29 13:05:00 +00:00
webrtchttp: Fix formatting
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1008>
This commit is contained in:
parent
8ac5632561
commit
cab5410782
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> {
|
fn plugin_init(plugin: &gst::Plugin) -> Result<(), glib::BoolError> {
|
||||||
#[cfg(feature = "doc")]
|
#[cfg(feature = "doc")]
|
||||||
{
|
{
|
||||||
IceTransportPolicy::static_type()
|
IceTransportPolicy::static_type().mark_as_plugin_api(gst::PluginAPIFlags::empty());
|
||||||
.mark_as_plugin_api(gst::PluginAPIFlags::empty());
|
|
||||||
}
|
}
|
||||||
whipsink::register(plugin)?;
|
whipsink::register(plugin)?;
|
||||||
whepsrc::register(plugin)?;
|
whepsrc::register(plugin)?;
|
||||||
|
|
Loading…
Reference in a new issue