module Pipeline: sig .. end
sig
end
Pipelines.
type t = Gstreamer.Element.t
Gstreamer.Element.t
val create : string -> t
string -> t
val parse_launch : string -> t
Create a pipeline from a string description.