mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #12384] [MERGED] Update QSV device args to use the renderNodePath #13173
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/12384
Author: @evanjarrett
Created: 8/3/2024
Status: ✅ Merged
Merged: 9/4/2024
Merged by: @Bond-009
Base:
master← Head:qsv-renderdevice📝 Commits (5)
5143352Allow QSV to use the renderNodePath instead of defaulting to the first available device0d8669fAdd a new EncodingOption for QsvDevice8941c05use string.Emptye1f72b1Add ability to specify gpu index on windows6eec6c9fix number parser📊 Changes
2 files changed (+15 additions, -3 deletions)
View changed files
📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+9 -3)📝
MediaBrowser.Model/Configuration/EncodingOptions.cs(+6 -0)📄 Description
When using QSV, there was no way to tell it to prioritize a different render device.
This allows passing in the renderNodePath into the device args so it is prioritized correctly.
Changes
Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.