asfdemux: fix comment

This commit is contained in:
Tim-Philipp Müller 2014-11-05 23:34:56 +00:00
parent ec19c9b6e4
commit 3afe2b7bd1

View 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);