module Bin: sig .. end
sig
end
type t
val of_element : Gstreamer.Element.t -> t
Gstreamer.Element.t -> t
val add : t -> Gstreamer.Element.t -> unit
t -> Gstreamer.Element.t -> unit
val add_many : t -> Gstreamer.Element.t list -> unit
t -> Gstreamer.Element.t list -> unit
val get_by_name : t -> string -> Gstreamer.Element.t
t -> string -> Gstreamer.Element.t