Other items ingstreamer_base
pub fn type_find_helper<P: IsA<Pad>>( src: &P, size: u64) -> Result<Caps, BoolError>
Tries to find what type of data is flowing from the given source gst::Pad.
gst::Pad
Free-function: gst_caps_unref
src
A source gst::Pad
size
The length in bytes
the gst::Caps corresponding to the data stream. Returns None if no gst::Caps matches the data stream.
gst::Caps
None