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 --- gst/wavparse/gstwavparse.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst/wavparse') 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