From: Wim Taymans Date: Tue, 26 Jul 2011 10:20:04 +0000 (+0200) Subject: pad: add allocation query just because X-Git-Tag: RELEASE-0.11.0~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61481ac9e50e21fd58fd4f7ee2191ad6bbb88f8c;p=platform%2Fupstream%2Fgstreamer.git pad: add allocation query just because --- diff --git a/gst/gstpad.c b/gst/gstpad.c index 56a4029..89ab116 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -3337,6 +3337,7 @@ gst_pad_query_default (GstPad * pad, GstQuery * query) case GST_QUERY_JITTER: case GST_QUERY_RATE: case GST_QUERY_CONVERT: + case GST_QUERY_ALLOCATION: default: break; }