From 288b0bbb38c75b77bf22e6a21139167292beb233 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Mon, 10 Aug 2015 18:20:15 -0300 Subject: [PATCH] qtdemux: fix small typo in comment --- gst/isomp4/qtdemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c index eeacca113d..288848c61a 100644 --- a/gst/isomp4/qtdemux.c +++ b/gst/isomp4/qtdemux.c @@ -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;