From ef07bb9d47718b01d08d71832a17011da2db7141 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 6 Jul 2012 11:03:19 +0200 Subject: [PATCH] update for allocation query changes --- ext/x264/gstx264enc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/x264/gstx264enc.c b/ext/x264/gstx264enc.c index 832b1dcfb2..635af34dcb 100644 --- a/ext/x264/gstx264enc.c +++ b/ext/x264/gstx264enc.c @@ -1548,7 +1548,7 @@ gst_x264_enc_finish (GstVideoEncoder * encoder) static gboolean gst_x264_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);