aboutsummaryrefslogtreecommitdiff
path: root/cast
diff options
context:
space:
mode:
authorGoogler <noreply@google.com>2020-12-01 10:36:27 -0800
committerCommit Bot <commit-bot@chromium.org>2020-12-18 01:09:20 +0000
commitd16ce816a0d95b01d49e06a1d93708e0cf47e073 (patch)
treefd3679f6b058593641f38c4f2c2c8773584c330e /cast
parent3159f65600d94f3ce05eee47ec25ec81b0170274 (diff)
downloadopenscreen-d16ce816a0d95b01d49e06a1d93708e0cf47e073.tar.gz
Internal change
PiperOrigin-RevId: 345051013 Change-Id: Ie78ef1ad3bf0a09bd2dd12023abb83c3ad0436ab Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2596074 Reviewed-by: Ryan Keane <rwkeane@google.com> Commit-Queue: Ryan Keane <rwkeane@google.com>
Diffstat (limited to 'cast')
-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.