sig
  type t
  val of_string : string -> int -> int -> Gstreamer.Buffer.t
  val of_data : Gstreamer.data -> int -> int -> Gstreamer.Buffer.t
  val set_presentation_time : Gstreamer.Buffer.t -> Stdlib.Int64.t -> unit
  val set_decoding_time : Gstreamer.Buffer.t -> Stdlib.Int64.t -> unit
  val set_duration : Gstreamer.Buffer.t -> Stdlib.Int64.t -> unit
end