An open API service indexing awesome lists of open source software.

https://github.com/opensmock/pharogstreamer

A GStreamer binding for Pharo
https://github.com/opensmock/pharogstreamer

Last synced: 3 months ago
JSON representation

A GStreamer binding for Pharo

Awesome Lists containing this project

README

          

# PharoGStreamer

A GStreamer binding for Pharo

## Installing

```smalltalk
Metacello new
baseline: 'GStreamer';
repository: 'github://OpenSmock/PharoGStreamer:main';
load.
```

## Links

[GStreamer : open source multimedia framework](https://gstreamer.freedesktop.org/)

[GStreamer github](https://github.com/GStreamer/gstreamer)