mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-04-28 07:55:22 +00:00
webrtchttp: Fix missing import for docs build
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/949>
This commit is contained in:
parent
9c31344bbc
commit
8452cd9efa
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ 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")]
|
||||||
{
|
{
|
||||||
|
use gst::prelude::*;
|
||||||
|
|
||||||
IceTransportPolicy::static_type().mark_as_plugin_api(gst::PluginAPIFlags::empty());
|
IceTransportPolicy::static_type().mark_as_plugin_api(gst::PluginAPIFlags::empty());
|
||||||
}
|
}
|
||||||
whipsink::register(plugin)?;
|
whipsink::register(plugin)?;
|
||||||
|
|
Loading…
Reference in a new issue