aboutsummaryrefslogtreecommitdiff
path: root/cast/cast_core/api/runtime/cast_audio_decoder_service.proto
diff options
context:
space:
mode:
Diffstat (limited to 'cast/cast_core/api/runtime/cast_audio_decoder_service.proto')
-rw-r--r--cast/cast_core/api/runtime/cast_audio_decoder_service.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/cast/cast_core/api/runtime/cast_audio_decoder_service.proto b/cast/cast_core/api/runtime/cast_audio_decoder_service.proto
index 60c3c43d..9cbede4d 100644
--- a/cast/cast_core/api/runtime/cast_audio_decoder_service.proto
+++ b/cast/cast_core/api/runtime/cast_audio_decoder_service.proto
@@ -239,7 +239,7 @@ message GetMediaTimeResponse {
//
// Note that the received ordering between different RPC calls is not
// guaranteed to match the sent order.
-service CastAudioDecoder {
+service CastAudioDecoderService {
// Initializes the service and places the pipeline into the 'Stopped' state.
// This must be the first call received by the server, and no other calls
// may be sent prior to receiving this call's response.