[gst-cvs] gst-plugins-good: qtdemux: fix typo and grammar

Wim Taymans wtay at kemper.freedesktop.org
Mon Nov 23 03:54:32 PST 2009


Module: gst-plugins-good
Branch: master
Commit: 5d415906012e8bfaae8f839adbaa0432084023c6
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=5d415906012e8bfaae8f839adbaa0432084023c6

Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Mon Nov 23 12:53:50 2009 +0100

qtdemux: fix typo and grammar

---

 gst/qtdemux/qtdemux.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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





More information about the Gstreamer-commits mailing list