0 terminate query formats
authorWim Taymans <wim.taymans@gmail.com>
Tue, 14 Jan 2003 21:10:53 +0000 (21:10 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 14 Jan 2003 21:10:53 +0000 (21:10 +0000)
Original commit message from CVS:
0 terminate query formats

common
gst/wavparse/gstwavparse.c

diff --git a/common b/common
index 2a013c06fe9bf1379966cd12e6bf8c30915c5f12..5b6a58f419c3d6fdd4abbe9943cd17a4fd2addcc 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 2a013c06fe9bf1379966cd12e6bf8c30915c5f12
+Subproject commit 5b6a58f419c3d6fdd4abbe9943cd17a4fd2addcc
index a6fd20890401f96f01dd2b619d43fc398e0222e4..84f4769b370499493daba6f2e35f7cfd3fed8037 100644 (file)
@@ -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;
 }