mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-25 10:28:09 +00:00
webrtchttp: Fix missing import for docs build
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1008>
This commit is contained in:
parent
e4788662b9
commit
e46d2dfa54
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