Title: [262422] trunk/Source/ThirdParty/libwebrtc
Revision
262422
Author
commit-qu...@webkit.org
Date
2020-06-02 08:41:03 -0700 (Tue, 02 Jun 2020)

Log Message

Unreviewed, reverting r262290.
https://bugs.webkit.org/show_bug.cgi?id=212638

it is not yet ready (Requested by youenn on #webkit).

Reverted changeset:

"Enable VTB required low latency code path"
https://bugs.webkit.org/show_bug.cgi?id=210609
https://trac.webkit.org/changeset/262290

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (262421 => 262422)


--- trunk/Source/ThirdParty/libwebrtc/ChangeLog	2020-06-02 15:36:28 UTC (rev 262421)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog	2020-06-02 15:41:03 UTC (rev 262422)
@@ -1,3 +1,16 @@
+2020-06-02  Commit Queue  <commit-qu...@webkit.org>
+
+        Unreviewed, reverting r262290.
+        https://bugs.webkit.org/show_bug.cgi?id=212638
+
+        it is not yet ready (Requested by youenn on #webkit).
+
+        Reverted changeset:
+
+        "Enable VTB required low latency code path"
+        https://bugs.webkit.org/show_bug.cgi?id=210609
+        https://trac.webkit.org/changeset/262290
+
 2020-05-29  Keith Rollin  <krol...@apple.com>
 
         Revert switch to XCBuild

Modified: trunk/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/VideoProcessingSoftLink.h (262421 => 262422)


--- trunk/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/VideoProcessingSoftLink.h	2020-06-02 15:36:28 UTC (rev 262421)
+++ trunk/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/VideoProcessingSoftLink.h	2020-06-02 15:41:03 UTC (rev 262422)
@@ -39,11 +39,9 @@
 #elif (defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE)
 #define ENABLE_VCP_ENCODER __IPHONE_OS_VERSION_MIN_REQUIRED < 140000
 #define ENABLE_VCP_VTB_ENCODER __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000 && __IPHONE_OS_VERSION_MIN_REQUIRED < 140000
-#define HAVE_VTB_REQUIREDLOWLATENCY __IPHONE_OS_VERSION_MIN_REQUIRED >= 140000
 #elif (defined(TARGET_OS_MAC) && TARGET_OS_MAC)
 #define ENABLE_VCP_ENCODER __MAC_OS_X_VERSION_MIN_REQUIRED < 101600
 #define ENABLE_VCP_VTB_ENCODER __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500 && __MAC_OS_X_VERSION_MIN_REQUIRED < 101600
-#define HAVE_VTB_REQUIREDLOWLATENCY __MAC_OS_X_VERSION_MIN_REQUIRED >= 101600
 #endif
 
 #endif

Modified: trunk/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/objc/components/video_codec/RTCVideoEncoderH264.mm (262421 => 262422)


--- trunk/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/objc/components/video_codec/RTCVideoEncoderH264.mm	2020-06-02 15:36:28 UTC (rev 262421)
+++ trunk/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/objc/components/video_codec/RTCVideoEncoderH264.mm	2020-06-02 15:41:03 UTC (rev 262422)
@@ -45,7 +45,6 @@
 #import <dlfcn.h>
 #import <objc/runtime.h>
 
-VT_EXPORT const CFStringRef kVTVideoEncoderSpecification_RequiredLowLatency;
 VT_EXPORT const CFStringRef kVTVideoEncoderSpecification_Usage;
 VT_EXPORT const CFStringRef kVTCompressionPropertyKey_Usage;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to