summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakamitsu Yoshii <tyoshii@xevo.com>2019-09-25 16:46:27 +0900
committerTakamitsu Yoshii <tyoshii@xevo.com>2019-09-25 16:46:27 +0900
commitc9e8ff182b8949d7fe759148083a934b1c261a9d (patch)
treee917e55247b3f2fd4043c6b8fa522607527729f8
parent79dba3e7ce43b26fef38935259ddd7dc31fd3d8a (diff)
downloadsdl_ios-c9e8ff182b8949d7fe759148083a934b1c261a9d.tar.gz
Revert "add test"
This reverts commit 1e5d20a9bc998a0d0031269bf278e70abfcd8a92.
-rw-r--r--SmartDeviceLink/SDLStreamingMediaConfiguration.m1
-rw-r--r--SmartDeviceLinkTests/DevAPISpecs/SDLStreamingVideoLifecycleManagerSpec.m1
2 files changed, 0 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLStreamingMediaConfiguration.m b/SmartDeviceLink/SDLStreamingMediaConfiguration.m
index a3a06ed6f..197fd3a9a 100644
--- a/SmartDeviceLink/SDLStreamingMediaConfiguration.m
+++ b/SmartDeviceLink/SDLStreamingMediaConfiguration.m
@@ -69,7 +69,6 @@ NS_ASSUME_NONNULL_BEGIN
newConfig.carWindowRenderingType = self.carWindowRenderingType;
newConfig.enableForcedFramerateSync = self.enableForcedFramerateSync;
newConfig.allowMultipleViewControllerOrientations = self.allowMultipleViewControllerOrientations;
- newConfig.allowOverrideEncoderSettings = self.allowOverrideEncoderSettings;
return newConfig;
}
diff --git a/SmartDeviceLinkTests/DevAPISpecs/SDLStreamingVideoLifecycleManagerSpec.m b/SmartDeviceLinkTests/DevAPISpecs/SDLStreamingVideoLifecycleManagerSpec.m
index d557ce52c..5a01c0c29 100644
--- a/SmartDeviceLinkTests/DevAPISpecs/SDLStreamingVideoLifecycleManagerSpec.m
+++ b/SmartDeviceLinkTests/DevAPISpecs/SDLStreamingVideoLifecycleManagerSpec.m
@@ -91,7 +91,6 @@ describe(@"the streaming video manager", ^{
expect(@(streamingLifecycleManager.pixelBufferPool == NULL)).to(equal(@YES));
expect(@(streamingLifecycleManager.requestedEncryptionType)).to(equal(@(SDLStreamingEncryptionFlagNone)));
expect(@(streamingLifecycleManager.showVideoBackgroundDisplay)).to(equal(@YES));
- expect(@(streamingLifecycleManager.allowOverrideEncoderSettings)).to(equal(@YES));
expect(streamingLifecycleManager.currentAppState).to(equal(SDLAppStateActive));
expect(streamingLifecycleManager.currentVideoStreamState).to(equal(SDLVideoStreamManagerStateStopped));
expect(streamingLifecycleManager.videoFormat).to(beNil());