mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-31 02:58:28 +01:00
Merge branch 'develop' into feat/tv-interface
# Conflicts: # .gitignore # app/(auth)/(tabs)/(home)/_layout.tsx # components/PlatformDropdown.tsx # components/search/DiscoverFilters.tsx # components/video-player/controls/BottomControls.tsx # components/video-player/controls/TrickplayBubble.tsx # modules/mpv-player/ios/MPVLayerRenderer.swift
This commit is contained in:
@@ -150,6 +150,16 @@ final class PiPController: NSObject {
|
||||
CMTimebaseSetRate(tb, rate: Float64(rate))
|
||||
}
|
||||
}
|
||||
|
||||
deinit {
|
||||
if let tb = timebase {
|
||||
CMTimebaseSetRate(tb, rate: 0)
|
||||
}
|
||||
sampleBufferDisplayLayer?.controlTimebase = nil
|
||||
timebase = nil
|
||||
pipController?.delegate = nil
|
||||
pipController = nil
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: - AVPictureInPictureControllerDelegate
|
||||
|
||||
Reference in New Issue
Block a user