sig
  type t
  val to_element : Gstreamer.App_src.t -> Gstreamer.Element.t
  val of_element : Gstreamer.Element.t -> Gstreamer.App_src.t
  val push_buffer : Gstreamer.App_src.t -> Gstreamer.Buffer.t -> unit
  val push_buffer_bytes :
    Gstreamer.App_src.t ->
    ?presentation_time:Stdlib.Int64.t ->
    ?duration:Stdlib.Int64.t -> bytes -> int -> int -> unit
  val push_buffer_data :
    Gstreamer.App_src.t ->
    ?presentation_time:Stdlib.Int64.t ->
    ?duration:Stdlib.Int64.t -> Gstreamer.data -> int -> int -> unit
  val on_need_data : Gstreamer.App_src.t -> (int -> unit) -> unit
  val end_of_stream : Gstreamer.App_src.t -> unit
  val set_format : Gstreamer.App_src.t -> Gstreamer.Format.t -> unit
end