summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst/qtdemux/qtdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c
index cf13a22b9..ae5a9c241 100644
--- a/gst/qtdemux/qtdemux.c
+++ b/gst/qtdemux/qtdemux.c
@@ -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;
}