# 使用 Homebrew, apk, chocolatey, pacman, zypper, winget 安装 gstreamer

查看 gstreamer 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:gstreamer
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install gstreamer
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add gstreamer
```

  证据: Alpine Linux edge package indexes: gstreamer from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- pacman (92%):

```sh
sudo pacman -S gstreamer
```

  证据: Arch Linux sync databases: gstreamer from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install gstreamer
```

  证据: openSUSE Tumbleweed package metadata: gstreamer from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install gstreamer
```

  证据: Chocolatey community package catalog: gstreamer from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','google-workspace-sync'

- winget (92%):

```sh
winget install --id gstreamerproject.gstreamer -e
```

  证据: Windows Package Manager source index: gstreamerproject.gstreamer from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:gstreamer
- **软件包管理器:** Homebrew
- **版本:** 1.28.5
- **来源摘要:** Development framework for multimedia applications
- **主页:** <https://gstreamer.freedesktop.org/>
- **最后更新:** 2026-07-09T02:32:27Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- ges-launch-1.0 (别名)
- gst-device-monitor-1.0 (别名)
- gst-discoverer-1.0 (别名)
- gst-dots-viewer (别名)
- gst-inspect-1.0 (别名)
- gst-launch-1.0 (别名)
- gst-play-1.0 (别名)
- gst-stats-1.0 (别名)
- gst-transcoder-1.0 (别名)
- gst-typefind-1.0 (别名)
- gst-validate-1.0 (别名)
- gst-validate-images-check-1.0 (别名)
- gst-validate-launcher (别名)
- gst-validate-media-check-1.0 (别名)
- gst-validate-rtsp-server-1.0 (别名)
- gst-validate-transcoding-1.0 (别名)
- gst-webrtc-signalling-server (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.28.5
## 项目历史与用法

GStreamer is a modular multimedia framework for building audio, video, streaming, playback, editing, capture, and transcoding applications. In package-manager culture it is both a developer framework and a runtime substrate: installing it often means installing command-line inspection tools, shared libraries, and a graph of plugin modules that determine what media formats a machine can handle.

The Homebrew gstreamer package represents the core project and command-line tools around the 1.x GStreamer API family. Its importance is larger than one formula because many desktop, creative, browser-adjacent, embedded, and language-binding packages depend on the same plugin and registry model.

### 项目历史

The GStreamer project announced version 0.1.0 on 2001-01-10. Its own homepage describes the design as a library for constructing graphs of media-handling components, with applications ranging from simple Ogg/Vorbis playback through streaming to nonlinear editing and mixing.

A major packaging and API milestone came with GStreamer 0.10.0 on 2005-12-05, when the project announced a stable series split across core, base, good, ugly, bad, FFmpeg, and Python binding modules. That split made explicit the distribution distinction between core APIs, well-supported base plugins, good-quality plugins, plugins with legal or patent distribution concerns, and plugins needing more testing or documentation.

The 1.0 release on 2012-09-24 created a new API- and ABI-stable 1.x series. The announcement stated that 1.x was not API/ABI compatible with 0.10.x but could be installed in parallel, a detail that mattered heavily to distributions and package maintainers during the long transition.

### 采用历史

GStreamer adoption spread through both applications and platform stacks. The official applications page lists media players, transcoders, streaming servers, XMPP/VoIP clients, and GNOME/GTK applications using it, including examples such as Banshee, Clementine, Empathy, Flumotion, Gajim, PiTiVi, Rhythmbox, and Totem.

The 1.4.0 stable announcement in 2014 included binaries for Android, iOS, Mac OS X, and Windows alongside the source releases, reflecting GStreamer's role beyond Linux distributions. Its documentation also covers deployment, Windows installation, plugin writing, application development, and language bindings.

### 使用方式

Developers use GStreamer by constructing pipelines of elements linked by pads and buffers. The command-line tools are central to everyday use: gst-launch-1.0 builds and runs simple pipelines, gst-inspect-1.0 lists plugins and element capabilities, and gst-discoverer-1.0 inspects media structure.

For package users, the installed behavior is determined by which plugin sets are present. Base plugins provide foundational elements; good plugins are broadly supported; ugly plugins may raise distribution issues; bad plugins are a staging area for code that needs more review, documentation, tests, maintainership, or usage. This is why package manifests and optional dependencies are unusually visible in GStreamer troubleshooting.

### 为什么软件包爱好者会关心

GStreamer is a classic package-nerd dependency because it turns media capability into an install graph. A missing decoder may be solved by a plugin package rather than by changing the application, and distributions make policy choices about patent-encumbered or legally sensitive plugins.

The 0.10-to-1.x transition is also packaging history: parallel installability allowed applications to migrate without forcing every dependency to cross the API boundary at once. The 1.x command names with the -1.0 suffix preserve that packaging lesson in daily shell usage.

### 时间线

- 2001: GStreamer 0.1.0 was announced.
- 2005: GStreamer 0.10.0 stable series was announced with core, plugin, FFmpeg, and Python modules.
- 2012: GStreamer 1.0 introduced the API/ABI-stable 1.x series and allowed parallel installation with 0.10.x.
- 2014: GStreamer 1.4.0 announcement included Android, iOS, Mac OS X, and Windows binaries.
- 2014: The 1.2.0 announcement covered gst-python, GNonLin, and GStreamer Editing Services in the 1.x family.

### Related projects

- gst-plugins-base, gst-plugins-good, gst-plugins-ugly, gst-plugins-bad, gst-libav, gst-python, GNonLin, GStreamer Editing Services, and RTSP server modules are part of the ecosystem package managers expose around the core.
- GTK and GNOME applications are common downstream users, while language bindings such as Rust and Python bindings make the same multimedia framework available outside C.

### 来源

- <https://gstreamer.freedesktop.org/>
- <https://gstreamer.freedesktop.org/apps/>
- <https://gstreamer.freedesktop.org/documentation/>
- <https://gstreamer.freedesktop.org/documentation/tools/gst-inspect.html>
- <https://gstreamer.freedesktop.org/documentation/tools/gst-launch.html>
- <https://gstreamer.freedesktop.org/documentation/tutorials/basic/gstreamer-tools.html>
- <https://gstreamer.freedesktop.org/modules/>
- <https://gstreamer.freedesktop.org/news/>


## 安全说明

没有找到 gstreamer 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。


## 其他软件包管理器记录

- apk - gstreamer - 1.28.5-r0: normalized package name match | Alpine Linux edge package indexes: gstreamer from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | GStreamer streaming media framework | https://gstreamer.freedesktop.org
- apk - gstreamer-bash-completion - 1.28.5-r0: normalized package name match | Alpine Linux edge package indexes: gstreamer-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Bash completions for gstreamer | https://gstreamer.freedesktop.org
- apk - gstreamer-dbg - 1.28.5-r0: normalized package name match | Alpine Linux edge package indexes: gstreamer-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | GStreamer streaming media framework (debug symbols) | https://gstreamer.freedesktop.org
- apk - gstreamer-dev - 1.28.5-r0: normalized package name match | Alpine Linux edge package indexes: gstreamer-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | GStreamer streaming media framework (development files) | https://gstreamer.freedesktop.org
- apk - gstreamer-doc - 1.28.5-r0: normalized package name match | Alpine Linux edge package indexes: gstreamer-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | GStreamer streaming media framework (documentation) | https://gstreamer.freedesktop.org
- apk - gstreamer-lang - 1.28.5-r0: normalized package name match | Alpine Linux edge package indexes: gstreamer-lang from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Languages for package gstreamer | https://gstreamer.freedesktop.org
- apk - gstreamer-ptp-helper - 1.28.5-r0: normalized package name match | Alpine Linux edge package indexes: gstreamer-ptp-helper from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | GStreamer streaming media framework (ptp helper) | https://gstreamer.freedesktop.org
- apk - gstreamer-tools - 1.28.5-r0: normalized package name match | Alpine Linux edge package indexes: gstreamer-tools from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Tools for GStreamer streaming media framework | https://gstreamer.freedesktop.org
- pacman - gstreamer - 1.28.5-4: normalized package name match | Arch Linux sync databases: gstreamer from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Multimedia graph framework - core | https://gstreamer.freedesktop.org/
- zypper - gstreamer - 1.28.5-1.2: normalized package name match | openSUSE Tumbleweed package metadata: gstreamer from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Streaming-Media Framework Runtime | https://gstreamer.freedesktop.org
- zypper - gstreamer-32bit - 1.28.5-1.2: normalized package name match | openSUSE Tumbleweed package metadata: gstreamer-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Streaming-Media Framework Runtime | https://gstreamer.freedesktop.org
- zypper - gstreamer-devel - 1.28.5-1.2: normalized package name match | openSUSE Tumbleweed package metadata: gstreamer-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Include Files and Libraries mandatory for Development | https://gstreamer.freedesktop.org
- zypper - gstreamer-devel-32bit - 1.28.5-1.2: normalized package name match | openSUSE Tumbleweed package metadata: gstreamer-devel-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Include Files and Libraries mandatory for Development | https://gstreamer.freedesktop.org
- zypper - gstreamer-lang - 1.28.5-1.2: normalized package name match | openSUSE Tumbleweed package metadata: gstreamer-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Translations for package gstreamer | https://gstreamer.freedesktop.org
- zypper - gstreamer-utils - 1.28.5-1.2: normalized package name match | openSUSE Tumbleweed package metadata: gstreamer-utils from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Streaming-Media Framework Runtime | https://gstreamer.freedesktop.org
- zypper - libgstreamer-1_0-0 - 1.28.5-1.2: normalized package name match | openSUSE Tumbleweed package metadata: libgstreamer-1_0-0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Streaming-Media Framework Runtime | https://gstreamer.freedesktop.org


## Combined YAML source

View the package source record on GitHub. [combined/gstreamer.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gstreamer.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
