sig
  type t = Gstreamer.Element.t
  val create : string -> Gstreamer.Pipeline.t
  val parse_launch : string -> Gstreamer.Pipeline.t
end