package gstreamer

  1. Overview
  2. Docs
type t
val to_element : t -> Element.t
val of_element : Element.t -> t
val push_buffer : t -> Buffer.t -> unit
val push_buffer_string : t -> string -> unit
val push_buffer_data : t -> data -> unit
val on_need_data : t -> (int -> unit) -> unit
val end_of_stream : t -> unit
val set_format : t -> Format.t -> unit