mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
Undo unreleased changes from transforming-media.md
The "Transforming media" page has been updated with changes that won't
be part of the next release. Undo these changes so that this page is
consistent with the latest release.
PiperOrigin-RevId: 503917637
(cherry picked from commit fdf866617f)
This commit is contained in:
parent
197109eb69
commit
128fed81ca
1 changed files with 2 additions and 2 deletions
|
|
@ -70,8 +70,8 @@ Transformer.Listener transformerListener =
|
|||
}
|
||||
|
||||
@Override
|
||||
public void onTransformationError(MediaItem inputMediaItem, TransformationException e) {
|
||||
displayError(e);
|
||||
public void onTransformationError(MediaItem inputMediaItem, TransformationException exception) {
|
||||
displayError(exception);
|
||||
}
|
||||
};
|
||||
~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue