https://github.com/mvz/gir_ffi-gst
GirFFI-based bindings for GStreamer
https://github.com/mvz/gir_ffi-gst
gnome gobject-introspection hacktoberfest ruby
Last synced: 11 months ago
JSON representation
GirFFI-based bindings for GStreamer
- Host: GitHub
- URL: https://github.com/mvz/gir_ffi-gst
- Owner: mvz
- License: lgpl-2.1
- Created: 2015-11-07T14:38:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-06-13T10:58:21.000Z (about 1 year ago)
- Last Synced: 2025-06-13T11:45:53.858Z (about 1 year ago)
- Topics: gnome, gobject-introspection, hacktoberfest, ruby
- Language: Ruby
- Homepage:
- Size: 193 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: COPYING.LIB
Awesome Lists containing this project
README
# GirFFI-Gst
GirFFI-based Ruby bindings for GStreamer
## Usage
```ruby
require 'gir_ffi-gst'
Gst.init
# More examples to be determined
```
## Install
```bash
gem install gir_ffi-gst
```
## Requirements
This gem depends on the [GirFFI](https://rubygems.org/gems/gir_ffi) gem and
its requirements.
In addition, it needs introspection data for the gstreamer library.
On Debian and Ubuntu, you can get this by installing `gir1.2-gstreamer-1.0`.
This gem has not been tested on Mac OS X or Microsoft Windows. YMMV. Pull
requests to support these platforms are welcome.
## License
Copyright © 2015–2022, [Matijs van Zuijlen](http://www.matijs.net/)
GirFFI-Gst is free software, distributed under the terms of the GNU Lesser
General Public License, version 2.1 or later. See the file COPYING.LIB for more
information.