Skip to content

Commit

Permalink
Merge branch 'main' into release/2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 authored Aug 9, 2024
2 parents 7c3ea09 + a1a2d9b commit dc878a9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 20 deletions.
19 changes: 8 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/shogo4405/danger-privacymanifest
revision: 2e7ff1da994bd1aadb6799a74607fdd9285f46ae
revision: dd7d553946189a3bf9d62321a56ef286af7fa270
specs:
danger-privacymanifest (0.0.1)
danger-plugin-api (~> 1.0)
Expand Down Expand Up @@ -30,7 +30,7 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.958.0)
aws-partitions (1.962.0)
aws-sdk-core (3.201.3)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
Expand All @@ -39,11 +39,11 @@ GEM
aws-sdk-kms (1.88.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.156.0)
aws-sdk-s3 (1.157.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.9.0)
aws-sigv4 (1.9.1)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
base64 (0.2.0)
Expand Down Expand Up @@ -198,7 +198,6 @@ GEM
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
Expand All @@ -221,7 +220,7 @@ GEM
google-apis-core (>= 0.11.0, < 2.a)
google-apis-storage_v1 (0.31.0)
google-apis-core (>= 0.11.0, < 2.a)
google-cloud-core (1.7.0)
google-cloud-core (1.7.1)
google-cloud-env (>= 1.0, < 3.a)
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
Expand Down Expand Up @@ -295,7 +294,7 @@ GEM
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.2.9)
rexml (3.3.4)
strscan
rouge (2.0.7)
ruby-macho (2.5.1)
Expand All @@ -316,7 +315,6 @@ GEM
CFPropertyList
naturally
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
strscan (3.1.0)
synx (0.2.1)
clamp (~> 0.6)
Expand All @@ -339,21 +337,20 @@ GEM
word_wrap (1.0.0)
xcinvoke (0.3.0)
liferaft (~> 0.0.6)
xcodeproj (1.24.0)
xcodeproj (1.25.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (~> 3.2.4)
rexml (>= 3.3.2, < 4.0)
xcpretty (0.3.0)
rouge (~> 2.0.7)
xcpretty-travis-formatter (1.0.1)
xcpretty (~> 0.2, >= 0.0.7)

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
cocoapods
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Project name |Notes |License
Through off-screen rendering capabilities, it is possible to display any text or bitmap on a video during broadcasting or viewing. This allows for various applications such as watermarking and time display.
|Ingest|Playback|
|:---:|:---:|
|<img width="961" alt="スクリーンショット 2024-08-06 1 17 15" src="https://github.com/user-attachments/assets/aaf6c06f-d2de-43c1-a435-90907f370977">|<img width="849" alt="スクリーンショット 2024-08-06 1 17 26" src="https://github.com/user-attachments/assets/0a07b418-aa56-41cb-8e6d-e12596b25ae8">|
|<img width="961" alt="" src="https://github.com/user-attachments/assets/aaf6c06f-d2de-43c1-a435-90907f370977">|<img width="849" alt="" src="https://github.com/user-attachments/assets/0a07b418-aa56-41cb-8e6d-e12596b25ae8">|

<details>
<summary>Example</summary>
Expand Down
8 changes: 0 additions & 8 deletions Sources/IO/IOCaptureSession.swift
Original file line number Diff line number Diff line change
Expand Up @@ -236,14 +236,6 @@ final class IOCaptureSession {
return
}
let error = AVError(_nsError: errorValue)
switch error.code {
#if os(iOS) || os(tvOS)
case .mediaServicesWereReset:
startRunningIfNeeded()
#endif
default:
break
}
delegate?.captureSession(self, sessionRuntimeError: session, error: error)
}

Expand Down
1 change: 1 addition & 0 deletions Sources/IO/IOMixer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ public final actor IOMixer {
videoIO.videoOrientation = videoOrientation
}


/// Specifies the video mixier settings.
public func setVideoMixerSettings(_ settings: IOVideoMixerSettings) {
videoIO.mixerSettings = settings
Expand Down
1 change: 1 addition & 0 deletions Sources/IO/IOStream.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public protocol IOStream: Actor {
func removeObserver(_ observer: some IOStreamObserver) async
}


/// The enumeration defines the state an IOStream client is in.
public enum IOStreamReadyState: Int, Sendable, Equatable {
case idle
Expand Down

0 comments on commit dc878a9

Please sign in to comment.