Type Definition Caps
gstreamer::caps
type Caps = GstRc<CapsRef>;
impl FromStr for Caps
type Err = ()
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Self, ()>
Parses a string s to return a value of this type. Read more
s