Struct gstreamer::ElementFactory[][src]

pub struct ElementFactory(_, _);

Implementations

impl ElementFactory[src]

pub fn can_sink_all_caps(&self, caps: &Caps) -> bool[src]

pub fn can_sink_any_caps(&self, caps: &Caps) -> bool[src]

pub fn can_src_all_caps(&self, caps: &Caps) -> bool[src]

pub fn can_src_any_caps(&self, caps: &Caps) -> bool[src]

pub fn create(&self, name: Option<&str>) -> Result<Element, BoolError>[src]

pub fn get_element_type(&self) -> Type[src]

pub fn get_metadata(&self, key: &str) -> Option<GString>[src]

pub fn get_metadata_keys(&self) -> Vec<GString>[src]

pub fn get_num_pad_templates(&self) -> u32[src]

pub fn get_static_pad_templates(&self) -> Vec<StaticPadTemplate>[src]

pub fn get_uri_protocols(&self) -> Vec<GString>[src]

pub fn get_uri_type(&self) -> URIType[src]

pub fn has_interface(&self, interfacename: &str) -> bool[src]

pub fn list_is_type(&self, type_: ElementFactoryListType) -> bool[src]

pub fn find(name: &str) -> Option<ElementFactory>[src]

pub fn list_filter(
    list: &[ElementFactory],
    caps: &Caps,
    direction: PadDirection,
    subsetonly: bool
) -> Vec<ElementFactory>
[src]

pub fn list_get_elements(
    type_: ElementFactoryListType,
    minrank: Rank
) -> Vec<ElementFactory>
[src]

pub fn make(factoryname: &str, name: Option<&str>) -> Result<Element, BoolError>[src]

Trait Implementations

impl Clone for ElementFactory[src]

impl Debug for ElementFactory[src]

impl Eq for ElementFactory[src]

impl Hash for ElementFactory[src]

impl IsA<Object> for ElementFactory[src]

impl IsA<PluginFeature> for ElementFactory[src]

impl Ord for ElementFactory[src]

impl<T: ObjectType> PartialEq<T> for ElementFactory[src]

impl<T: ObjectType> PartialOrd<T> for ElementFactory[src]

impl Send for ElementFactory[src]

impl StaticType for ElementFactory[src]

impl Sync for ElementFactory[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<Super, Sub> CanDowncast<Sub> for Super where
    Sub: IsA<Super>,
    Super: IsA<Super>, 
[src]

impl<T> Cast for T where
    T: ObjectType
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ObjectExt for T where
    T: ObjectType
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.