summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2017-10-16 13:43:37 -0400
committerNicoleYarroch <nicole@livio.io>2017-10-16 13:43:37 -0400
commit676bf0058660ee8a65d28968e4e679225a19862d (patch)
tree43bba9b95daa8b3d24e6a3859633f51cbf972073
parent32dcb92238092fb304c75bea60a6185efe47dde4 (diff)
downloadsdl_ios-bugfix/issue_763_video_streaming_does_not_start_core_44.tar.gz
Fixed name for video codec and protocolbugfix/issue_763_video_streaming_does_not_start_core_44
-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";