Skip to content

Commit

Permalink
Revert 257919@main "[GPUP] Enable media parser daemon".
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=247023
rdar://103561991

Unreviewed rollout.

This reverts commit 5706da0.

Canonical link: https://commits.webkit.org/258155@main
  • Loading branch information
alancoon committed Dec 20, 2022
1 parent 81d0d71 commit 627ed2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
4 changes: 0 additions & 4 deletions Source/WTF/wtf/PlatformUse.h
Expand Up @@ -372,10 +372,6 @@
#define USE_NSVIEW_SEMANTICCONTEXT 1
#endif

#if PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 170000
#define USE_MEDIAPARSERD 1
#endif

#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED < 130000)
#define USE_AVIF 1
#endif
Expand Down
6 changes: 0 additions & 6 deletions Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h
Expand Up @@ -479,9 +479,3 @@ NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_END

#endif // HAVE(AVSAMPLEBUFFERVIDEOOUTPUT)

#if USE(MEDIAPARSERD)
@interface AVStreamDataParser (SandboxedParsing)
@property (nonatomic) BOOL preferSandboxedParsing;
@end
#endif
4 changes: 4 additions & 0 deletions Source/WebCore/PAL/pal/spi/cocoa/AVStreamDataParserSPI.h
Expand Up @@ -70,4 +70,8 @@ typedef NS_ENUM(NSUInteger, AVStreamDataParserOutputMediaDataFlags) {
@interface AVStreamDataParser (AVStreamDataParserContentKeyEligibility) <AVContentKeyRecipient>
@end

@interface AVStreamDataParser (AVStreamDataParserSandboxedParsing)
@property (nonatomic) BOOL preferSandboxedParsing;
@end

NS_ASSUME_NONNULL_END

0 comments on commit 627ed2c

Please sign in to comment.