Skip to content

Commit

Permalink
fix 2 typos - see #10
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouqueau committed Jul 2, 2024
1 parent 9630213 commit bfe5583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Developers/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Javascript developers have two options to work with GPAC, the most appropriate s

## Javascript Filters

The JS filter API makes it easy to **extend gpac** using the internal QuickJS runtime, giving access to the Filter API for frame and packet processing, but also APIs foradaptative streaming, compositing, storage, ...
The JS filter API makes it easy to **extend gpac** using the internal QuickJS runtime, giving access to the Filter API for frame and packet processing, but also APIs for adaptative streaming, compositing, storage, ...

Some of the gpac built-in filters - eg. [avgen](Filters/avgen), [avmix](Filters/avmix) - are actualy implemented as custom javascript filters. Their source code can be found under the[`share/scripts/jsf`](https://github.com/gpac/gpac/tree/master/share/scripts/jsf) directory.

Expand Down
2 changes: 1 addition & 1 deletion docs/Developers/tutorials/GPAC-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The **GPAC Filter API** is at the core of the [MP4Box and GPAC](Howtos/gpac-mp4box) applications.

The `gpac` application allows building media pipeplines by conveniently [combining and configuring Filters](Filters/filters_general) from the command line.
The `gpac` application allows building media pipelines by conveniently [combining and configuring Filters](Filters/filters_general) from the command line.

Filters are configurable processing units consuming and producing data packets.

Expand Down

0 comments on commit bfe5583

Please sign in to comment.