summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-10-17 11:43:15 -0400
committerGitHub <noreply@github.com>2017-10-17 11:43:15 -0400
commitdeb3a2b47f835917b9a51642cfd45410ac6a1cb3 (patch)
tree43bba9b95daa8b3d24e6a3859633f51cbf972073
parent32dcb92238092fb304c75bea60a6185efe47dde4 (diff)
parent676bf0058660ee8a65d28968e4e679225a19862d (diff)
downloadsdl_ios-deb3a2b47f835917b9a51642cfd45410ac6a1cb3.tar.gz
Merge pull request #764 from smartdevicelink/bugfix/issue_763_video_streaming_does_not_start_core_44
Fixed Video streaming does not start if a Video Capability Response is returned.
-rw-r--r--SmartDeviceLink/SDLNames.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLNames.m b/SmartDeviceLink/SDLNames.m
index a3cd5c758..c2fec2b75 100644
--- a/SmartDeviceLink/SDLNames.m
+++ b/SmartDeviceLink/SDLNames.m
@@ -508,8 +508,8 @@ SDLName const SDLNameUTCYear = @"utcYear";
SDLName const SDLNameValue = @"value";
SDLName const SDLNameVDOP = @"vdop";
SDLName const SDLNameVehicleType = @"vehicleType";
-SDLName const SDLNameVideoCodec = @"videoCodec";
-SDLName const SDLNameVideoProtocol = @"videoProtocol";
+SDLName const SDLNameVideoCodec = @"codec";
+SDLName const SDLNameVideoProtocol = @"protocol";
SDLName const SDLNameVideoStreaming = @"videoStreaming";
SDLName const SDLNameVideoStreamingCapability = @"videoStreamingCapability";
SDLName const SDLNameVentilationMode = @"ventilationMode";