Metadata-Version: 2.4
Name: gstreamer_meta
Version: 1.28.3
Summary: Meta-package to install a subset of GStreamer plugins via 'extras'
Home-page: http://gstreamer.freedesktop.org
Author: GStreamer Project
License: LGPL-2.1-or-later
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Environment :: MacOS X
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >= 3.9
Description-Content-Type: text/markdown
Requires-Dist: gstreamer_libs~=1.28.3
Requires-Dist: gstreamer_plugins~=1.28.3
Requires-Dist: gstreamer_python~=1.28.3
Provides-Extra: cli
Requires-Dist: gstreamer_cli~=1.28.3; extra == "cli"
Provides-Extra: debuginfo
Requires-Dist: gstreamer_debuginfo~=1.28.3; extra == "debuginfo"
Provides-Extra: frei0r
Requires-Dist: gstreamer_plugins_frei0r~=1.28.3; extra == "frei0r"
Provides-Extra: gpl
Requires-Dist: gstreamer_plugins_gpl~=1.28.3; extra == "gpl"
Provides-Extra: gpl-restricted
Requires-Dist: gstreamer_plugins_gpl_restricted~=1.28.3; extra == "gpl-restricted"
Provides-Extra: gtk
Requires-Dist: gstreamer_gtk~=1.28.3; extra == "gtk"
Provides-Extra: restricted
Requires-Dist: gstreamer_plugins_gpl~=1.28.3; extra == "restricted"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

This is a selectable Python "distribution" of GStreamer for Python apps and
SDKs to use, allowing you to use 'extras' to select the components that your
app needs from various dependent wheels. To get everything, install the
`gstreamer_bundle` package.

## About GStreamer

GStreamer is a cross-platform open-source multimedia framework, supporting
Linux, Windows, macOS, iOS (incl. variants), Android, and BSDs.

Our website is at: [https://gstreamer.freedesktop.org/](https://gstreamer.freedesktop.org/)

We have [documentation](https://gstreamer.freedesktop.org/documentation/),
including
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/index.html),
[manuals](https://gstreamer.freedesktop.org/documentation/application-development/index.html),
[API reference](https://gstreamer.freedesktop.org/documentation/libs.html) and
[FAQ](https://gstreamer.freedesktop.org/documentation/frequently-asked-questions/general.html).

You can ask questions on the [GStreamer Discourse](https://discourse.gstreamer.org/).

We track bugs, feature requests and merge requests (patches) in
[GitLab](https://gitlab.freedesktop.org/gstreamer/). Before contributing, please read the
[contribution guide](https://gstreamer.freedesktop.org/documentation/contribute/index.html).

You can also join us on [our Matrix room](https://matrix.to/#/#gstreamer:gstreamer.org).
