added derive clone
This commit is contained in:
parent
dedae02afc
commit
59ddb8d692
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
use gstreamer::prelude::{ElementExt, ElementExtManual, GstBinExtManual, PadExt};
|
use gstreamer::prelude::{ElementExt, ElementExtManual, GstBinExtManual, PadExt};
|
||||||
use gstreamer::{Element, ElementFactory, Pipeline, State};
|
use gstreamer::{Element, ElementFactory, Pipeline, State};
|
||||||
|
|
||||||
|
#[derive(Clone)]
|
||||||
pub struct WebcamPipeline {
|
pub struct WebcamPipeline {
|
||||||
pub pipeline: Pipeline,
|
pub pipeline: Pipeline,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue