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
- Host: GitHub
- URL: https://github.com/opensmock/pharogstreamer
- Owner: OpenSmock
- Created: 2019-08-19T20:21:14.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T18:10:44.000Z (over 3 years ago)
- Last Synced: 2025-02-28T10:57:14.247Z (over 1 year ago)
- Language: Smalltalk
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)