From: Wim Taymans Date: Mon, 23 Nov 2009 11:53:50 +0000 (+0100) Subject: qtdemux: fix typo and grammar X-Git-Tag: 1.19.3~509^2~9430 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d415906012e8bfaae8f839adbaa0432084023c6;p=platform%2Fupstream%2Fgstreamer.git qtdemux: fix typo and grammar --- 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; }