Commit 7613529a authored by Gary Miguel's avatar Gary Miguel Committed by Commit Bot

[fuchsia_video_decoder] update FIDL service name in error message

Change-Id: I6ebfaf62eaf0a15ae8b0dea21481ac2913473161
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369733
Commit-Queue: Gary Miguel <garymm@google.com>
Reviewed-by: default avatarSergey Ulanov <sergeyu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801079}
parent 34523eb3
...@@ -435,7 +435,7 @@ void FuchsiaVideoDecoder::Initialize(const VideoDecoderConfig& config, ...@@ -435,7 +435,7 @@ void FuchsiaVideoDecoder::Initialize(const VideoDecoderConfig& config,
decoder_.NewRequest()); decoder_.NewRequest());
decoder_.set_error_handler([this](zx_status_t status) { decoder_.set_error_handler([this](zx_status_t status) {
ZX_LOG(ERROR, status) << "fuchsia.mediacodec.Codec disconnected."; ZX_LOG(ERROR, status) << "fuchsia.media.StreamProcessor disconnected.";
OnError(); OnError();
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment