qtdemux: fix small typo in comment
authorThiago Santos <thiagoss@osg.samsung.com>
Mon, 10 Aug 2015 21:20:15 +0000 (18:20 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Mon, 10 Aug 2015 22:11:17 +0000 (19:11 -0300)
gst/isomp4/qtdemux.c

index eeacca1..288848c 100644 (file)
@@ -1351,7 +1351,7 @@ gst_qtdemux_do_push_seek (GstQTDemux * qtdemux, GstPad * pad, GstEvent * event)
           stop_type, &stop))
     goto no_format;
 
-  /* Upstrea seek in bytes will have undefined stop, but qtdemux stores
+  /* Upstream seek in bytes will have undefined stop, but qtdemux stores
    * the original stop position to use when upstream pushes the new segment
    * for this seek */
   original_stop = stop;