mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #12499] [MERGED] Apply all codec conditions #13223
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/12499
Author: @dmitrylyzo
Created: 8/22/2024
Status: ✅ Merged
Merged: 8/23/2024
Merged by: @crobibero
Base:
release-10.9.z← Head:apply-all-codec-conditions📝 Commits (1)
8486f92Apply all codec conditions📊 Changes
1 file changed (+10 additions, -8 deletions)
View changed files
📝
MediaBrowser.Model/Dlna/StreamBuilder.cs(+10 -8)📄 Description
We use all codec conditions to test for DirectPlay, but only apply those from the first codec profile.
To maintain backward compatibility with clients, we reverse the codec profiles so that the last (actually the first) codec profile sets the final values for non-numeric attributes.
Changes
Apply all codec conditions.
Issues
Fixes https://github.com/jellyfin/jellyfin-androidtv/issues/2516
Fixes https://github.com/jellyfin/jellyfin-androidtv/issues/3388
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.