mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
asfdemux: fix comment
This commit is contained in:
parent
ec19c9b6e4
commit
3afe2b7bd1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue