0 terminate query formats

Original commit message from CVS:
0 terminate query formats
This commit is contained in:
Wim Taymans 2003-01-14 21:10:53 +00:00
parent bfedb2363f
commit 785d4193c2
2 changed files with 3 additions and 2 deletions

2
common

@ -1 +1 @@
Subproject commit 2a013c06fe9bf1379966cd12e6bf8c30915c5f12 Subproject commit 5b6a58f419c3d6fdd4abbe9943cd17a4fd2addcc

View file

@ -510,7 +510,8 @@ gst_wavparse_get_query_types (GstPad *pad)
{ {
static const GstQueryType types[] = { static const GstQueryType types[] = {
GST_QUERY_TOTAL, GST_QUERY_TOTAL,
GST_QUERY_POSITION GST_QUERY_POSITION,
0
}; };
return types; return types;
} }