From 5d415906012e8bfaae8f839adbaa0432084023c6 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 23 Nov 2009 12:53:50 +0100 Subject: [PATCH] qtdemux: fix typo and grammar --- gst/qtdemux/qtdemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index cf13a22..ae5a9c2 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; } -- 2.7.4