From: Wim Taymans Date: Fri, 6 Jul 2012 09:50:53 +0000 (+0200) Subject: [MOVED FROM BAD 117/134] update for query api changes X-Git-Tag: 1.19.3~509^2~6568 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c45fcd0f018d9e2b73d4626ab156e59a8b1c3248;p=platform%2Fupstream%2Fgstreamer.git [MOVED FROM BAD 117/134] update for query api changes --- diff --git a/ext/vp8/gstvp8enc.c b/ext/vp8/gstvp8enc.c index a941350..2eae696 100644 --- a/ext/vp8/gstvp8enc.c +++ b/ext/vp8/gstvp8enc.c @@ -1234,7 +1234,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, 0); + gst_query_add_allocation_meta (query, GST_VIDEO_META_API_TYPE, NULL); return GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (encoder, query);