pub trait RTSPMediaExtManual: Sealed + IsA<RTSPMedia> + 'static {
    // Provided method
    fn take_pipeline(&self, pipeline: impl IsA<Pipeline>) { ... }
}

Provided Methods§

source

fn take_pipeline(&self, pipeline: impl IsA<Pipeline>)

Set pipeline as the gst::Pipeline for self. Ownership is taken of pipeline.

§pipeline

a gst::Pipeline

Object Safety§

This trait is not object safe.

Implementors§