-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tv-casting-app: On kBindingsChangedViaCluster, connect to VideoPlayer if already commissioned with it #24268
Merged
chrisdecenzo
merged 3 commits into
project-chip:master
from
sharadb-amazon:fixes-20221222
Jan 5, 2023
Merged
tv-casting-app: On kBindingsChangedViaCluster, connect to VideoPlayer if already commissioned with it #24268
chrisdecenzo
merged 3 commits into
project-chip:master
from
sharadb-amazon:fixes-20221222
Jan 5, 2023
Conversation
This file contains 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
pullapprove
bot
requested review from
anush-apple,
arkq,
Byungjoo-Lee,
bzbarsky-apple,
carol-apple,
chshu,
chulspro,
Damian-Nordic,
dhrishi,
electrocucaracha,
emargolis,
franck-apple,
gjc13,
harimau-qirex,
harsha-rajendran,
hawk248,
jelderton,
jepenven-silabs,
jmartinez-silabs,
jtung-apple,
ksperling-apple,
lazarkov,
lpbeliveau-silabs,
LuDuda,
mlepage-google,
mrjerryjohns,
msandstedt,
mspang and
rgoliver
January 4, 2023 20:20
pullapprove
bot
requested review from
tcarmelveilleux,
tecimovic,
turon,
vijs,
vivien-apple,
woody-apple,
xylophone21,
yufengwangca and
yunhanw-google
January 4, 2023 20:20
chrisdecenzo
approved these changes
Jan 4, 2023
examples/tv-casting-app/tv-casting-common/src/CastingServer.cpp
Outdated
Show resolved
Hide resolved
examples/tv-casting-app/tv-casting-common/src/CastingServer.cpp
Outdated
Show resolved
Hide resolved
PR #24268: Size comparison from b921798 to 604dafe Decreases (1 build for qpg)
Full report (9 builds for k32w, mbed, nrfconnect, qpg)
|
sharadb-amazon
force-pushed
the
fixes-20221222
branch
from
January 4, 2023 21:28
8c8f8bb
to
e7a9b88
Compare
bzbarsky-apple
approved these changes
Jan 4, 2023
examples/tv-casting-app/tv-casting-common/include/CastingServer.h
Outdated
Show resolved
Hide resolved
PR #24268: Size comparison from 715a2bc to e7a9b88 Increases above 0.2%:
Increases (5 builds for bl602, linux, psoc6, telink)
Decreases (9 builds for bl702, cyw30739, nrfconnect, psoc6, telink)
Full report (44 builds for bl602, bl702, cyw30739, efr32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
sharadb-amazon
force-pushed
the
fixes-20221222
branch
from
January 4, 2023 22:58
6b599a2
to
094432c
Compare
PR #24268: Size comparison from 5f3dda9 to 094432c Increases (1 build for qpg)
Full report (6 builds for k32w, mbed, qpg)
|
sharadb-amazon
force-pushed
the
fixes-20221222
branch
from
January 4, 2023 23:26
094432c
to
423d8c4
Compare
PR #24268: Size comparison from 5f3dda9 to 423d8c4 Increases (13 builds for bl602, bl702, k32w, nrfconnect, psoc6, qpg, telink)
Decreases (4 builds for psoc6, telink)
Full report (35 builds for bl602, bl702, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
sharadb-amazon
added a commit
to sharadb-amazon/connectedhomeip
that referenced
this pull request
Jan 5, 2023
… if already commissioned with it (project-chip#24268) * tv-casting-app: On kBindingsChangedViaCluster, connect to VideoPlayer if already commissioned with it * Addressing chrisdecenzo@'s feedback * Addressing bzbarsky-apple@'s feedback
lecndav
pushed a commit
to lecndav/connectedhomeip
that referenced
this pull request
Mar 22, 2023
… if already commissioned with it (project-chip#24268) * tv-casting-app: On kBindingsChangedViaCluster, connect to VideoPlayer if already commissioned with it * Addressing chrisdecenzo@'s feedback * Addressing bzbarsky-apple@'s feedback
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #24267
Change summary
Testing
Tested with the Android tv-casting-app and the Linux tv-app as per the instructions in #24267