Skip to content

Commit

Permalink
fixup! Revert "stagefright: remove Miracast sender code"
Browse files Browse the repository at this point in the history
Change-Id: Ia6948e6c6d71f437fa118185a9df8bcd4ce47575
  • Loading branch information
mikeNG authored and fazilsheik96 committed Mar 1, 2025
1 parent 9474e9d commit 538d42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/libmediaplayerservice/MediaPlayerService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ sp<IRemoteDisplay> MediaPlayerService::listenForRemoteDisplay(
return NULL;
}

return new RemoteDisplay(opPackageName, client, iface.string());
return new RemoteDisplay(opPackageName, client, iface.c_str());
}

status_t MediaPlayerService::AudioOutput::dump(int fd, const Vector<String16>& args) const
Expand Down

0 comments on commit 538d42c

Please sign in to comment.