diff --git a/ext/vp8/gstvp8enc.c b/ext/vp8/gstvp8enc.c index aa4d85ac8c..d57e0b4bcf 100644 --- a/ext/vp8/gstvp8enc.c +++ b/ext/vp8/gstvp8enc.c @@ -1213,7 +1213,7 @@ gst_vp8_enc_sink_event (GstVideoEncoder * benc, GstEvent * event) static gboolean gst_vp8_enc_propose_allocation (GstVideoEncoder * encoder, GstQuery * query) { - gst_query_add_allocation_meta (query, GST_VIDEO_META_API_TYPE); + gst_query_add_allocation_meta (query, GST_VIDEO_META_API_TYPE, 0); return GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (encoder, query);