mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
isomp4: Remove an extra bracket in a comment.
This commit is contained in:
parent
94e113c6c6
commit
0c1bcc629d
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ GST_DEBUG_CATEGORY_STATIC (gst_qt_mux_debug);
|
||||||
* the mdat box at EOS.
|
* the mdat box at EOS.
|
||||||
*
|
*
|
||||||
* - Fragmented mp4: moov header with track headers at start
|
* - 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
|
* track headers with sample tables followed by some data. Downstream
|
||||||
* does not need to be seekable if the 'streamable' flag is TRUE,
|
* does not need to be seekable if the 'streamable' flag is TRUE,
|
||||||
* as the final mfra and total duration will be omitted.
|
* as the final mfra and total duration will be omitted.
|
||||||
|
|
Loading…
Reference in a new issue