Bug 218750 - Add infrastructure for WebRTC transforms
Summary: Add infrastructure for WebRTC transforms
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
Depends on: 218790
Blocks: 218751
  Show dependency treegraph
 
Reported: 2020-11-10 07:15 PST by youenn fablet
Modified: 2020-11-12 23:20 PST (History)
18 users (show)

See Also:


Attachments
WIP (115.24 KB, patch)
2020-11-11 00:23 PST, youenn fablet
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
WIP (113.82 KB, patch)
2020-11-11 00:33 PST, youenn fablet
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (117.87 KB, patch)
2020-11-12 11:19 PST, youenn fablet
no flags Details | Formatted Diff | Diff
Patch (117.90 KB, patch)
2020-11-12 11:43 PST, youenn fablet
no flags Details | Formatted Diff | Diff
Patch (117.92 KB, patch)
2020-11-12 12:11 PST, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2020-11-10 07:15:20 PST
Add infrastructure for WebRTC transforms
Comment 1 youenn fablet 2020-11-11 00:23:44 PST
Created attachment 413790 [details]
WIP
Comment 2 youenn fablet 2020-11-11 00:33:38 PST
Created attachment 413793 [details]
WIP
Comment 3 Eric Carlson 2020-11-12 10:58:38 PST
Comment on attachment 413793 [details]
WIP

View in context: https://bugs.webkit.org/attachment.cgi?id=413793&action=review

> Source/WebCore/Modules/mediastream/RTCRtpReceiverWithTransform.h:2
> + * Copyright (C) 2013 Apple Inc. All rights reserved.

s/2013/2020/

> Source/WebCore/Modules/mediastream/RTCRtpSenderWithTransform.h:2
> + * Copyright (C) 2013 Apple Inc. All rights reserved.

Ditto

> Source/WebCore/Modules/mediastream/RTCRtpTransform.cpp:29
> +/*
> + * Copyright (C) 2012 Google Inc. All rights reserved.
> + * Copyright (C) 2013 Nokia Corporation and/or its subsidiary(-ies).
> + * Copyright (C) 2017 Apple Inc. All rights reserved.
> + *

Is this necessary?
Comment 4 youenn fablet 2020-11-12 11:19:06 PST
Created attachment 413955 [details]
Patch
Comment 5 Radar WebKit Bug Importer 2020-11-12 11:34:29 PST
<rdar://problem/71335495>
Comment 6 youenn fablet 2020-11-12 11:43:34 PST
Created attachment 413959 [details]
Patch
Comment 7 youenn fablet 2020-11-12 12:11:19 PST
Created attachment 413963 [details]
Patch
Comment 8 youenn fablet 2020-11-12 12:22:17 PST
(In reply to Eric Carlson from comment #3)
> Comment on attachment 413793 [details]
> WIP
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=413793&action=review
> 
> > Source/WebCore/Modules/mediastream/RTCRtpReceiverWithTransform.h:2
> > + * Copyright (C) 2013 Apple Inc. All rights reserved.
> 
> s/2013/2020/
> 
> > Source/WebCore/Modules/mediastream/RTCRtpSenderWithTransform.h:2
> > + * Copyright (C) 2013 Apple Inc. All rights reserved.
> 
> Ditto
> 
> > Source/WebCore/Modules/mediastream/RTCRtpTransform.cpp:29
> > +/*
> > + * Copyright (C) 2012 Google Inc. All rights reserved.
> > + * Copyright (C) 2013 Nokia Corporation and/or its subsidiary(-ies).
> > + * Copyright (C) 2017 Apple Inc. All rights reserved.
> > + *
> 
> Is this necessary?

Nope!
Fixed now.
Comment 9 EWS 2020-11-12 23:20:45 PST
Committed r269764: <https://trac.webkit.org/changeset/269764>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 413963 [details].