8.16.0.1
3 GStreamer
GStreamer is an open source framework for creating streaming media applications. More precisely it is “a library for constructing graphs of media-handling components.” GStreamer is at the core of the multimedia capabilities of Overscan. GStreamer is written in the C programming language with the GLib Object model. This module, included in the Overscan package, provides Racket bindings to GStreamer; designed to provide support for building media pipelines in conventional, idiomatic Racket without worrying about the peculiarities of C.
(require gstreamer) | package: overscan |