RESOLVED FIXED 132637
[Mac, iOS] Add source application accounting to AVURLAsset.
https://bugs.webkit.org/show_bug.cgi?id=132637
Summary [Mac, iOS] Add source application accounting to AVURLAsset.
Jer Noble
Reported 2014-05-06 19:07:59 PDT
[Mac, iOS] Add source application accounting to AVURLAsset.
Attachments
Patch (14.88 KB, patch)
2014-05-08 12:06 PDT, Jer Noble
eric.carlson: review+
Patch for landing. (14.62 KB, patch)
2014-05-08 16:40 PDT, Jer Noble
no flags
Jer Noble
Comment 1 2014-05-08 12:06:58 PDT
Eric Carlson
Comment 2 2014-05-08 12:24:24 PDT
Comment on attachment 231088 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=231088&action=review > Source/WebCore/ChangeLog:8 > + Property account for the application responisble for data loading by passing the source Nit: Do you mean "Properly"? > Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:154 > +SOFT_LINK_POINTER(AVFoundation, AVURLAssetClientBundleIdentifierKey, NSString *) Should you use SOFT_LINK_POINTER_OPTIONAL for older systems?
Jer Noble
Comment 3 2014-05-08 16:37:18 PDT
(In reply to comment #2) > (From update of attachment 231088 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=231088&action=review > > > Source/WebCore/ChangeLog:8 > > + Property account for the application responisble for data loading by passing the source > > Nit: Do you mean "Properly"? I do! Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:154 > > +SOFT_LINK_POINTER(AVFoundation, AVURLAssetClientBundleIdentifierKey, NSString *) > > Should you use SOFT_LINK_POINTER_OPTIONAL for older systems? Good catch. I'll do this and check that it's non-null before adding it to the options dictionary. I'll upload a new patch to address the other platform build errors.
Jer Noble
Comment 4 2014-05-08 16:40:11 PDT
Created attachment 231111 [details] Patch for landing.
Jer Noble
Comment 5 2014-05-08 18:07:26 PDT
Note You need to log in before you can comment on or make changes to this bug.