summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis de Bethencourt <luisbg@osg.samsung.com>2017-03-28 16:04:15 +0100
committerLuis <luis@goodgumbo>2017-03-28 17:08:15 +0200
commit2be93e47ecd2617961f869db6f10abac2603adfc (patch)
tree06cf10e1039194b0d755595f96828746ffb6eb4e
parent41464c6133ef95173e477ae2f1d85285548dc24e (diff)
downloadgstreamer-plugins-bad-2be93e47ecd2617961f869db6f10abac2603adfc.tar.gz
dashdemux: fix typo in implementation notes
s/enveloppe/envelope
-rw-r--r--ext/dash/gstdashdemux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dash/gstdashdemux.c b/ext/dash/gstdashdemux.c
index 0af18c2bb..782c191c5 100644
--- a/ext/dash/gstdashdemux.c
+++ b/ext/dash/gstdashdemux.c
@@ -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