We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03af6cc commit b0457f3Copy full SHA for b0457f3
sdk/objc/components/video_codec/RTCVideoEncoderH264.mm
@@ -572,6 +572,7 @@ - (BOOL)resetCompressionSessionIfNeededWithFrame:(RTC_OBJC_TYPE(RTCVideoFrame) *
572
OSType framePixelFormat = [self pixelFormatOfFrame:frame];
573
574
if (_compressionSession) {
575
+ _pixelBufferPool = VTCompressionSessionGetPixelBufferPool(_compressionSession);
576
// The pool attribute `kCVPixelBufferPixelFormatTypeKey` can contain either an array of pixel
577
// formats or a single pixel format.
578
NSDictionary *poolAttributes =
0 commit comments