Skip to content

Commit

Permalink
Disabled DefaultPassthroughCommandDecoder flag on Android to follow u…
Browse files Browse the repository at this point in the history
…pstream (#1154)

Resolves #1153
Resolves brave/brave-browser#40225

I don't think anyone has a problem device except me currently. I can
confirm that I don't see the problem once I disable the flag and that's
how it is in Chrome as well. There are also reports from users that
disabling it fixes the issue

https://community.brave.com/t/youtube-all-videos-appear-as-a-pink-screen-since-brave-version-1-68-128/560453/1

https://www.reddit.com/r/brave_browser/comments/1eeaz1j/youtube_pink_video_issue/
It could be verified that passthrough feature is disabled from
chrome://gpu. Make sure you have `Passthrough Command Decoder` set to
false in `Driver Information` section there after the variation applies.
That flag is enabled by default, we want to disable it.

![Screenshot_20240802-091924](https://github.com/user-attachments/assets/72e3ce78-53d8-4563-b589-65ce5996b361)
  • Loading branch information
SergeyZhukovsky authored Aug 2, 2024
1 parent 4855312 commit 68d1f56
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2156,29 +2156,14 @@
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"DefaultPassthroughCommandDecoder"
]
},
"name": "Enabled",
"parameters": [
{
"name": "BlockListByModel",
"value": "5030D_EEA|ASUS_Z008D|ASUS_Z00AD|CPH2*|Galaxy Tab 2 3G|GT-I9500|Infinix X6*|K016|K01Q|Lenovo TB-X*|LM-*|M2006C3*|moto e*|moto g*|MRD-LX1|Nokia 2.3|P01M*|P01T_1|RMX2185|SM-A*|Star 4|TBT8A10|TECNO K*|vivo*"
}
],
"probability_weight": 100
},
{
"feature_association": {
"disable_feature": [
"DefaultPassthroughCommandDecoder"
]
},
"name": "Disabled",
"probability_weight": 0
"probability_weight": 100
},
{
"name": "Default",
Expand All @@ -2191,6 +2176,7 @@
"BETA",
"RELEASE"
],
"min_version": "125.*",
"platform": [
"ANDROID"
]
Expand Down

0 comments on commit 68d1f56

Please sign in to comment.