Metadata-Version: 2.4
Name: gstreamer_bundle
Version: 1.28.2
Summary: Meta-package to install all GStreamer plugins and libraries
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_cli~=1.28.2
Requires-Dist: gstreamer_libs~=1.28.2
Requires-Dist: gstreamer_plugins~=1.28.2
Requires-Dist: gstreamer_plugins_gpl~=1.28.2
Requires-Dist: gstreamer_plugins_gpl_restricted~=1.28.2
Requires-Dist: gstreamer_plugins_restricted~=1.28.2
Requires-Dist: gstreamer_python~=1.28.2
Requires-Dist: gstreamer_gtk~=1.28.2
Provides-Extra: frei0r
Requires-Dist: gstreamer_plugins_frei0r~=1.28.2; extra == "frei0r"
Provides-Extra: debuginfo
Requires-Dist: gstreamer_debuginfo~=1.28.2; extra == "debuginfo"
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 complete Python "distribution" of GStreamer for Python apps and SDKs
to use, including the Python bindings and all libraries and plugins that we
ship with our installers on macOS and Windows. These components are split
across multiple dependent wheels, and this package pulls all of them.

It is common for end-user applications to pick-and-choose plugins and libraries
to bundle, or statically link to them.

## 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).
