module App_sink:sig
..end
type
t
val of_element : Gstreamer.Element.t -> t
val pull_buffer : t ->
(int, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t
Failure
if the stream is stopped or on EOS.val pull_buffer_string : t -> string
pull_buffer
but returns the buffer as a string.