mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
qtdemux: fix typo and grammar
This commit is contained in:
parent
5908c40405
commit
5d41590601
1 changed files with 1 additions and 1 deletions
|
@ -3008,7 +3008,7 @@ invalid_state:
|
|||
no_moov:
|
||||
{
|
||||
GST_ELEMENT_ERROR (demux, STREAM, FAILED,
|
||||
(NULL), ("no 'moov' atom withing first 10 MB"));
|
||||
(NULL), ("no 'moov' atom within the first 10 MB"));
|
||||
ret = GST_FLOW_ERROR;
|
||||
goto done;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue