← all formulas
gstreamer
Development framework for multimedia applications
- Version
- v1.28.2
- License
- LGPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
- Tap
- homebrew/core
- Bottle
- available
- Revision
- 2
bottledlicense declaredhomepageactivekeg-linked
Install
shell
$ brew install gstreamerCaveats
All gst-* GStreamer plugins are now bundled in this formula.
For GStreamer to find your own plugins, add their paths to `GST_PLUGIN_PATH`.
For example, if you have plugins in `~/.local/lib/gstreamer-1.0`:
export GST_PLUGIN_PATH="~/.local/lib/gstreamer-1.0"
Do not install plugins into GStreamer's prefix. They will be deleted
by `brew upgrade`.