Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois committed Apr 13, 2023
1 parent acf4635 commit 693600b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sample/videoUploadingWebCodecs/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ const init: SampleInit = async ({ canvas, pageState }) => {
}
};

const VideoUploading: () => JSX.Element = () =>
const VideoUploadingWebCodecs: () => JSX.Element = () =>
makeSample({
name: 'Video Uploading with WebCodecs',
name: 'Video Uploading with WebCodecs (Experimental)',
description: 'This example shows how to upload VideoFrame to WebGPU.',
init,
sources: [
Expand All @@ -166,4 +166,4 @@ const VideoUploading: () => JSX.Element = () =>
filename: __filename,
});

export default VideoUploading;
export default VideoUploadingWebCodecs;

0 comments on commit 693600b

Please sign in to comment.