RDKEMW-10725:gstreamer-cleanup conditions when cdl_flashed_file_name is missing after FSR#521
Merged
nhanasi merged 1 commit intosupport/3.0.5from Apr 27, 2026
Merged
Conversation
…is missing Reason for change: gstreamer-cleanup is happening on every reboot when /opt/cdl_flashed_file_name is missing.Fixing the issues as well as re-locating gstreamer-cleanup.service file to recipies-multimedia instead of sysint folder Test Procedure: Boot the TV and check for gstreamer-cleanup metrics in rdk_milestones.log Risks: low Signed-off-by: Renuka Varry <rvarry049@cable.comcast.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR aims to stop gstreamer-cleanup from running on every reboot when /opt/cdl_flashed_file_name is missing after FSR, and to relocate the gstreamer-cleanup.service unit to a multimedia recipes location.
Changes:
- Removed
systemd_units/gstreamer-cleanup.servicefrom this repository.
Comments suppressed due to low confidence (1)
systemd_units/gstreamer-cleanup.service:1
- PR description says the gstreamer-cleanup.service is being fixed and relocated, but in this diff the unit is deleted and there is no replacement service file elsewhere in the repo. If this unit is still required to rebuild /opt/.gstreamer/registry.bin after upgrades, removing it will disable that behavior; please add the new unit at the intended new path (and ensure it’s installed/enabled) or update the PR description/scope accordingly.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
nhanasi
approved these changes
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reason for change: gstreamer-cleanup is happening on every reboot when /opt/cdl_flashed_file_name is missing.Fixing the issues as well as re-locating gstreamer-cleanup.service file to recipies-multimedia instead of sysint folder
Test Procedure: Boot the TV and check for gstreamer-cleanup metrics in rdk_milestones.log
Risks: low-