mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 21:11:00 +00:00
hlssink3: Use #[cfg(feature = "doc")] on gst::prelude import
It otherwise gives a warning about the unused import
This commit is contained in:
parent
5f19639d0f
commit
dbd5a44b90
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
* Since: plugins-rs-0.8.0
|
||||
*/
|
||||
use glib::prelude::*;
|
||||
#[cfg(feature = "doc")]
|
||||
use gst::prelude::*;
|
||||
|
||||
mod imp;
|
||||
|
|
Loading…
Reference in a new issue