mirror of
https://github.com/samsonjs/media.git
synced 2026-04-05 11:15:46 +00:00
Use application context in CompositingVideoSinkProvider.Builder
PiperOrigin-RevId: 608572065
This commit is contained in:
parent
063fbc7b84
commit
8dd6590fe9
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ public final class CompositingVideoSinkProvider
|
|||
|
||||
/** Creates a builder with the supplied {@linkplain Context application context}. */
|
||||
public Builder(Context context) {
|
||||
this.context = context;
|
||||
this.context = context.getApplicationContext();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue