🚀 Update GStreamer to version 1.28.5 - #18
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the version and gst_version variables in the recipe/meta.yaml file from 1.28.4 to 1.28.5. There are no review comments, and I have no additional feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 560f778419
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| {% set version = "1.28.4" %} | ||
| {% set gst_version = "1.28.4" %} | ||
| {% set version = "1.28.5" %} | ||
| {% set gst_version = "1.28.5" %} |
There was a problem hiding this comment.
Pin only to available GStreamer components
With gst_version set to 1.28.5, the run requirement gst-plugins-good ={{ gst_version }} resolves to gst-plugins-good =1.28.5, but conda-forge does not currently publish that version: the Anaconda package page for gst-plugins-good still lists 1.28.3 as the latest overview version, and its files listing shows 1.28.4/1.28.3 artifacts but no 1.28.5. Any environment that tries to install this noarch metapackage will therefore be unsatisfiable until gst-plugins-good 1.28.5 exists, so this version bump should wait or keep the bundle on a common available version.
Useful? React with 👍 / 👎.
📦 GStreamer Version Update
This PR updates GStreamer from
1.28.4to1.28.5.📋 Changes
gst_versionto1.28.5inrecipe/meta.yamlversionto1.28.5inrecipe/meta.yaml🔗 Release Information
✅ Package Availability Status
All required packages are available on conda-forge for version
1.28.5:1.28.51.28.51.28.51.28.51.28.51.28.51.28.5📦 Packages in Bundle
This bundle includes the following GStreamer packages:
gstreamer- Core GStreamer librarygst-plugins-base- Essential pluginsgst-plugins-good- Good quality pluginsgst-plugins-bad- Experimental pluginsgst-plugins-ugly- Plugins with licensing issuesgst-libav- FFmpeg-based pluginsgst-python- Python bindings🤖 Automated PR - This pull request was automatically created by the conda-forge version check workflow.
Please review and test before merging.