Skip to content

Commit 298bad4

Browse files
Fix some test failures on 10.14.4
1 parent 58c636f commit 298bad4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

pyobjc-framework-AVFoundation/Lib/AVFoundation/_metadata.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by objective.metadata
22
#
3-
# Last update: Sun Feb 17 16:13:39 2019
3+
# Last update: Mon Feb 18 19:04:03 2019
44

55
import objc, sys
66

@@ -630,7 +630,9 @@ def littleOrBig(a, b): return b
630630
r(b'AVSampleBufferAudioRenderer', b'isMuted', {'retval': {'type': b'Z'}})
631631
r(b'AVSampleBufferAudioRenderer', b'setMuted:', {'arguments': {2: {'type': b'Z'}}})
632632
r(b'AVSampleBufferDisplayLayer', b'isReadyForMoreMediaData', {'retval': {'type': b'Z'}})
633+
r(b'AVSampleBufferDisplayLayer', b'preventsCapture', {'retval': {'type': 'Z'}})
633634
r(b'AVSampleBufferDisplayLayer', b'requestMediaDataWhenReadyOnQueue:usingBlock:', {'arguments': {3: {'callable': {'retval': {'type': b'v'}, 'arguments': {0: {'type': b'^v'}}}}}})
635+
r(b'AVSampleBufferDisplayLayer', b'setPreventsCapture:', {'arguments': {2: {'type': 'Z'}}})
634636
r(b'AVSampleBufferGenerator', b'notifyOfDataReadyForSampleBuffer:completionHandler:', {'arguments': {3: {'callable': {'retval': {'type': b'v'}, 'arguments': {0: {'type': b'^v'}, 1: {'type': b'Z'}, 2: {'type': b'@'}}}}}})
635637
r(b'AVSampleBufferRenderSynchronizer', b'addBoundaryTimeObserverForTimes:queue:usingBlock:', {'arguments': {4: {'callable': {'retval': {'type': b'v'}, 'arguments': {0: {'type': b'^v'}}}}}})
636638
r(b'AVSampleBufferRenderSynchronizer', b'addPeriodicTimeObserverForInterval:queue:usingBlock:', {'arguments': {2: {'type': b'{_CMTime=qiIq}'}, 4: {'callable': {'retval': {'type': b'v'}, 'arguments': {0: {'type': b'^v'}, 1: {'type': b'{_CMTime=qiIq}'}}}}}})

pyobjc-framework-AVFoundation/metadata/AVFoundation.fwinfo

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2094,6 +2094,18 @@
20942094
},
20952095
"AVSampleBufferDisplayLayer": {
20962096
"methods": [
2097+
{
2098+
"class_method": false,
2099+
"retval": { "type_override": "Z" },
2100+
"selector": "preventsCapture"
2101+
},
2102+
{
2103+
"class_method": false,
2104+
"args": {
2105+
"0": { "type_override": "Z" }
2106+
},
2107+
"selector": "setPreventsCapture:"
2108+
},
20972109
{
20982110
"class_method": false,
20992111
"retval": {},

0 commit comments

Comments
 (0)