summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-11-05 23:34:56 +0000
committerTim-Philipp Müller <tim@centricular.com>2014-11-05 23:34:56 +0000
commit3afe2b7bd1f6fa4bdae0e4589bdb40635a8b5328 (patch)
tree385c129fab4998ebc19bb09d4787efb2595a6747 /gst
parentec19c9b6e45e857a54092cac939675e9faabf592 (diff)
asfdemux: fix comment
Diffstat (limited to 'gst')
-rw-r--r--gst/asfdemux/gstasfdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/asfdemux/gstasfdemux.c b/gst/asfdemux/gstasfdemux.c
index 1a4c26dc..417e569c 100644
--- a/gst/asfdemux/gstasfdemux.c
+++ b/gst/asfdemux/gstasfdemux.c
@@ -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);