Module Gstreamer.Bin


module Bin: sig .. end

type 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.t