summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------common0
-rw-r--r--gst/wavparse/gstwavparse.c3
2 files changed, 2 insertions, 1 deletions
diff --git a/common b/common
-Subproject 2a013c06fe9bf1379966cd12e6bf8c30915c5f1
+Subproject 5b6a58f419c3d6fdd4abbe9943cd17a4fd2addc
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;
}