asfdemux: fix comment
authorTim-Philipp Müller <tim@centricular.com>
Wed, 5 Nov 2014 23:34:56 +0000 (23:34 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 5 Nov 2014 23:34:56 +0000 (23:34 +0000)
gst/asfdemux/gstasfdemux.c

index 1a4c26d..417e569 100644 (file)
@@ -4286,7 +4286,7 @@ gst_asf_demux_handle_src_query (GstPad * pad, GstObject * parent,
           GstFormat fmt;
           gboolean seekable;
 
-          /* try downstream first in TIME */
+          /* try upstream first in TIME */
           res = gst_pad_query_default (pad, parent, query);
 
           gst_query_parse_seeking (query, &fmt, &seekable, NULL, NULL);