module Bin:sig..end
Bins.
typet =Gstreamer.Element.t
val of_element : Gstreamer.Element.t -> t
val add : t -> Gstreamer.Element.t -> unit
val add_many : t -> Gstreamer.Element.t list -> unit
val get_by_name : t -> string -> Gstreamer.Element.tget_by_name "foo" find a bin by name. Raises Not_found if element does
not exist.