|
|
Chromium Code Reviews|
Created:
4 years, 2 months ago by emircan Modified:
4 years, 2 months ago CC:
chromium-reviews, mlamouri+watch-content_chromium.org, alemate+watch_chromium.org, creis+watch_chromium.org, mcasas+watch+vc_chromium.org, posciak+watch_chromium.org, achuith+watch_chromium.org, nasko+codewatch_chromium.org, jam, feature-media-reviews_chromium.org, darin-cc_chromium.org, oshima+watch_chromium.org, davemoore+watch_chromium.org, miu+watch_chromium.org Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionDisable GpuMemoryBuffer backed VideoFrames in media streams
This CL adds a switch so that GpuMemoryBuffer backed VideoFrames
can be turned off specifically for WebRTC use case.
BUG=652068
Committed: https://crrev.com/704feb5ec21570eb28ae918cc8ff734f5da5082f
Cr-Commit-Position: refs/heads/master@{#422329}
Patch Set 1 : #Patch Set 2 : Add base::Feature which is disabled by default. #
Messages
Total messages: 36 (24 generated)
The CQ bit was checked by emircan@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by emircan@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Description was changed from ========== disable switch BUG= ========== to ========== Disable switch for GpuMemoryBuffer backed VideoFrames in media streams This CL adds a switch so that GpuMemoryBuffer backed VideoFrames can be turned off specifically for WebRTC use case. BUG= ==========
emircan@chromium.org changed reviewers: + dcastagna@chromium.org, tommi@chromium.org
Patchset #1 (id:1) has been deleted
PTAL. I added as a switch so that it conforms to the usage of kDisableGpuMemoryBufferVideoFrames. However, I can also change it to a base::Feature so that it can be turned on/off via config. https://g3doc.corp.google.com/analysis/uma/g3doc/finch/feature-api.md?cl=head
On 2016/10/01 at 01:38:01, emircan wrote: > PTAL. > > I added as a switch so that it conforms to the usage of > kDisableGpuMemoryBufferVideoFrames. However, I can also change it > to a base::Feature so that it can be turned on/off via config. > https://g3doc.corp.google.com/analysis/uma/g3doc/finch/feature-api.md?cl=head LGTM. Just a nit: The title could be phrased differently, something like "Add disable switch", otherwise it seems like this CL is disabling a switch. Up to you you/tommi if this should be a base::Feature.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
This adds the switch but doesn't turn the feature off by default. Given that there are issues, should we turn it off by default and rather have an on switch? Then when we've solved the issue we can start using the 'on' switch and eventually remove it.
Description was changed from ========== Disable switch for GpuMemoryBuffer backed VideoFrames in media streams This CL adds a switch so that GpuMemoryBuffer backed VideoFrames can be turned off specifically for WebRTC use case. BUG= ========== to ========== Disable switch for GpuMemoryBuffer backed VideoFrames in media streams This CL adds a switch so that GpuMemoryBuffer backed VideoFrames can be turned off specifically for WebRTC use case. BUG=b/31390397, I will add a CrBug if you approve of this temp fix. ==========
Description was changed from ========== Disable switch for GpuMemoryBuffer backed VideoFrames in media streams This CL adds a switch so that GpuMemoryBuffer backed VideoFrames can be turned off specifically for WebRTC use case. BUG=b/31390397, I will add a CrBug if you approve of this temp fix. ========== to ========== Disable GpuMemoryBuffer backed VideoFrames in media streams This CL adds a switch so that GpuMemoryBuffer backed VideoFrames can be turned off specifically for WebRTC use case. BUG=b/31390397, I will add a CrBug if you approve of this temp fix. ==========
The CQ bit was checked by emircan@chromium.org to run a CQ dry run
On 2016/10/01 09:38:47, tommi (chrömium) wrote: > This adds the switch but doesn't turn the feature off by default. Given that > there are issues, should we turn it off by default and rather have an on switch? > Then when we've solved the issue we can start using the 'on' switch and > eventually remove it. Ok, then I will make it a base::Feature which is disabled by default. We can use a config file to turn it on for version or platform until fixed. PTAL again.
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by tommi@chromium.org
lgtm that was fast :) thanks!
The patchset sent to the CQ was uploaded after l-g-t-m from dcastagna@chromium.org Link to the patchset: https://codereview.chromium.org/2386693004/#ps40001 (title: "Add base::Feature which is disabled by default.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
tommi@chromium.org changed reviewers: + avi@chromium.org
+ Avi as owner for content/public/common/content_features.*
lgtm
Description was changed from ========== Disable GpuMemoryBuffer backed VideoFrames in media streams This CL adds a switch so that GpuMemoryBuffer backed VideoFrames can be turned off specifically for WebRTC use case. BUG=b/31390397, I will add a CrBug if you approve of this temp fix. ========== to ========== Disable GpuMemoryBuffer backed VideoFrames in media streams This CL adds a switch so that GpuMemoryBuffer backed VideoFrames can be turned off specifically for WebRTC use case. BUG=652068 ==========
The CQ bit was checked by emircan@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Disable GpuMemoryBuffer backed VideoFrames in media streams This CL adds a switch so that GpuMemoryBuffer backed VideoFrames can be turned off specifically for WebRTC use case. BUG=652068 ========== to ========== Disable GpuMemoryBuffer backed VideoFrames in media streams This CL adds a switch so that GpuMemoryBuffer backed VideoFrames can be turned off specifically for WebRTC use case. BUG=652068 ==========
Message was sent while issue was closed.
Committed patchset #2 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== Disable GpuMemoryBuffer backed VideoFrames in media streams This CL adds a switch so that GpuMemoryBuffer backed VideoFrames can be turned off specifically for WebRTC use case. BUG=652068 ========== to ========== Disable GpuMemoryBuffer backed VideoFrames in media streams This CL adds a switch so that GpuMemoryBuffer backed VideoFrames can be turned off specifically for WebRTC use case. BUG=652068 Committed: https://crrev.com/704feb5ec21570eb28ae918cc8ff734f5da5082f Cr-Commit-Position: refs/heads/master@{#422329} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/704feb5ec21570eb28ae918cc8ff734f5da5082f Cr-Commit-Position: refs/heads/master@{#422329}
Message was sent while issue was closed.
Description was changed from ========== Disable GpuMemoryBuffer backed VideoFrames in media streams This CL adds a switch so that GpuMemoryBuffer backed VideoFrames can be turned off specifically for WebRTC use case. BUG=652068 Committed: https://crrev.com/704feb5ec21570eb28ae918cc8ff734f5da5082f Cr-Commit-Position: refs/heads/master@{#422329} ========== to ========== Disable GpuMemoryBuffer backed VideoFrames in media streams This CL adds a switch so that GpuMemoryBuffer backed VideoFrames can be turned off specifically for WebRTC use case. BUG=652068 Committed: https://crrev.com/704feb5ec21570eb28ae918cc8ff734f5da5082f Cr-Commit-Position: refs/heads/master@{#422329} ========== |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
