qtdemux: fix typo and grammar

This commit is contained in:
Wim Taymans 2009-11-23 12:53:50 +01:00
parent 5908c40405
commit 5d41590601

View file

@ -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;
}