package gstreamer

  1. Overview
  2. Docs

Bins.

type t = Element.t
val of_element : Element.t -> t
val add : t -> Element.t -> unit
val add_many : t -> Element.t list -> unit
val get_by_name : t -> string -> Element.t

get_by_name "foo" find a bin by name. Raises Not_found if element does not exist.