gst/asfdemux/gstasfdemux.c: Update query_types function too.

Original commit message from CVS:
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_src_query_types):
Update query_types function too.
This commit is contained in:
Tim-Philipp Müller 2006-12-15 18:26:41 +00:00
parent 3ec4017080
commit 5e3f0ca964
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_src_query_types):
Update query_types function too.
2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
* gst/realmedia/rmdemux.c: (gst_rmdemux_src_query),

View file

@ -2734,6 +2734,7 @@ gst_asf_demux_get_src_query_types (GstPad * pad)
static const GstQueryType types[] = {
GST_QUERY_POSITION,
GST_QUERY_DURATION,
GST_QUERY_SEEKING,
0
};