isomp4: Remove an extra bracket in a comment.
authorJan Schmidt <jan@centricular.com>
Tue, 7 Apr 2015 15:41:18 +0000 (01:41 +1000)
committerJan Schmidt <jan@centricular.com>
Mon, 8 Jun 2015 04:16:36 +0000 (14:16 +1000)
gst/isomp4/gstqtmux.c

index 14e699bd4fc6d3a2bac466368e9cf013f66ec001..d1426b179d78e199cf6ca2aee06cebbbf3508fdd 100644 (file)
@@ -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.