projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94e113c
)
isomp4: Remove an extra bracket in a comment.
author
Jan Schmidt
<jan@centricular.com>
Tue, 7 Apr 2015 15:41:18 +0000
(
01:41
+1000)
committer
Jan Schmidt
<jan@centricular.com>
Mon, 8 Jun 2015 04:16:36 +0000
(14:16 +1000)
gst/isomp4/gstqtmux.c
patch
|
blob
|
history
diff --git
a/gst/isomp4/gstqtmux.c
b/gst/isomp4/gstqtmux.c
index 14e699bd4fc6d3a2bac466368e9cf013f66ec001..d1426b179d78e199cf6ca2aee06cebbbf3508fdd 100644
(file)
--- a/
gst/isomp4/gstqtmux.c
+++ b/
gst/isomp4/gstqtmux.c
@@
-160,7
+160,7
@@
GST_DEBUG_CATEGORY_STATIC (gst_qt_mux_debug);
* the mdat box at EOS.
*
* - Fragmented mp4: moov header with track headers at start
- * but no sample table
)
, followed by N fragments, each containing
+ * but no sample table, followed by N fragments, each containing
* track headers with sample tables followed by some data. Downstream
* does not need to be seekable if the 'streamable' flag is TRUE,
* as the final mfra and total duration will be omitted.