sig
type t
val set_property_string : Gstreamer.Element.t -> string -> string -> unit
val set_property_bool : Gstreamer.Element.t -> string -> bool -> unit
val set_property_int : Gstreamer.Element.t -> string -> int -> unit
val link : Gstreamer.Element.t -> Gstreamer.Element.t -> unit
val link_many : Gstreamer.Element.t list -> unit
val set_state : Gstreamer.Element.t -> Gstreamer.state -> unit
end