Developer InformationMuch documentation and some introductory slides are to be found on the Documentation page. We suggest to read the manual and the slides to get a general overview and to get you started. New developers are welcome to:
The developers tend to live on Matrix in
Git accessModulesThe repository is split in several modules. Anonymous Git AccessThis project is hosted on the freedesktop.org GitLab. The Git repositories can be checked out through anonymous Git with the following instructions. The module you wish to check out must be specified as the modulename. To determine the names of the modules created by this project, you may examine their Git repository via the GitLab interface.
git clone https://gitlab.freedesktop.org/gstreamer/modulename.git Contributing to GStreamerYou do not need a developer account in order to work on GStreamer. Anonymous git access should be sufficient for that, and it's easy to maintain personal git branches by forking the repository in your GitLab user space. Patches can then be submitted as Merge Requests against the appropriate module. Developers will be added to the project for write access as necessary. For all other changes, please submit patches via Merge Requests as mentioned above. Continuous integration: Build bots and validationGit branches and merge requests are verified by our GitLab CI setup. By default the full build and test suite will only be run once a merge request is assigned to be merged, but it's also possible to trigger it manually by pressing the 'Play' button on the pipeline or manifest job for a branch or merge request. Language BindingsThe GStreamer API can be accessed from various programming languages in addition to the native C API. |
Report a problem on this page. |