File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ import {LightLeakAnimatedSize} from './LightLeak/AnimatedSize';
128128import { LoopDisplayTestComp } from './LoopDisplayTest' ;
129129import { NewAudioExample } from './NewAudio/NewAudio' ;
130130import { NewVideoComp } from './NewVideo' ;
131- import { NewVideoBufferStateComp } from './NewVideoBufferState' ;
132131import { ChangingTrimBeforeValue } from './OffthreadRemoteVideo/ChangingTrimBefore' ;
133132import { LoopedNewVideo } from './OffthreadRemoteVideo/LoopedNewVideo' ;
134133import { LoopedOffthreadRemoteVideo } from './OffthreadRemoteVideo/LoopedOffthreadRemoteVideo' ;
@@ -152,6 +151,7 @@ import {
152151 OverlayWithOffset ,
153152} from './TransitionSeriesOverlay' ;
154153import { TriangleComp } from './Triangle' ;
154+ import { NewVideoBufferStateComp } from './VideoInterruptedByForeignBuffer' ;
155155import { VideoTestingPlayback } from './VideoTesting/playback' ;
156156import { VideoTestingTrim } from './VideoTesting/trim' ;
157157import { RemotionMediaVideoTexture } from './VideoTexture' ;
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export const NewVideoBufferStateComp: React.FC = () => {
6464 return (
6565 < Composition
6666 component = { NewVideoBufferStateComponent }
67- id = "NewVideoBufferState "
67+ id = "VideoInterruptedByForeignBuffer "
6868 calculateMetadata = { calculateMetadataFn }
6969 />
7070 ) ;
You can’t perform that action at this time.
0 commit comments