package gstreamer

  1. Overview
  2. Docs

Module Gstreamer.BinSource

Bins.

Sourceval of_element : Element.t -> t
Sourceval add : t -> Element.t -> unit
Sourceval add_many : t -> Element.t list -> unit
Sourceval get_by_name : t -> string -> Element.t

get_by_name "foo" find a bin by name. Raises Not_found if element does not exist.

OCaml

Innovation. Community. Security.