mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
dashdemux: fix typo in implementation notes
s/enveloppe/envelope
This commit is contained in:
parent
41464c6133
commit
2be93e47ec
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@
|
|||
* Introduction:
|
||||
*
|
||||
* dashdemux is a "fake" demux, as unlike traditional demux elements, it
|
||||
* doesn't split data streams contained in an enveloppe to expose them
|
||||
* to downstream decoding elements.
|
||||
* doesn't split data streams contained in an envelope to expose them to
|
||||
* downstream decoding elements.
|
||||
*
|
||||
* Instead, it parses an XML file called a manifest to identify a set of
|
||||
* individual stream fragments it needs to fetch and expose to the actual
|
||||
|
|
Loading…
Reference in a new issue