mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-10-31 22:58:51 +00:00
video/rspng: add missing doc feature gate
This commit is contained in:
parent
d8e3894209
commit
3c6086caeb
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ glib::wrapper! {
|
|||
pub fn register(plugin: &gst::Plugin) -> Result<(), glib::BoolError> {
|
||||
#[cfg(feature = "doc")]
|
||||
CompressionLevel::static_type().mark_as_plugin_api(gst::PluginAPIFlags::empty());
|
||||
#[cfg(feature = "doc")]
|
||||
FilterType::static_type().mark_as_plugin_api(gst::PluginAPIFlags::empty());
|
||||
|
||||
gst::Element::register(
|
||||
|
|
Loading…
Reference in a new issue