package gstreamer

  1. Overview
  2. Docs
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