From 785d4193c2478e49f09963cba4466c8568393ab9 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 14 Jan 2003 21:10:53 +0000 Subject: 0 terminate query formats Original commit message from CVS: 0 terminate query formats --- common | 2 +- gst/wavparse/gstwavparse.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common b/common index 2a013c06..5b6a58f4 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 2a013c06fe9bf1379966cd12e6bf8c30915c5f12 +Subproject commit 5b6a58f419c3d6fdd4abbe9943cd17a4fd2addcc diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c index a6fd2089..84f4769b 100644 --- a/gst/wavparse/gstwavparse.c +++ b/gst/wavparse/gstwavparse.c @@ -510,7 +510,8 @@ gst_wavparse_get_query_types (GstPad *pad) { static const GstQueryType types[] = { GST_QUERY_TOTAL, - GST_QUERY_POSITION + GST_QUERY_POSITION, + 0 }; return types; } -- cgit