pad: add allocation query just because

This commit is contained in:
Wim Taymans 2011-07-26 12:20:04 +02:00
parent d54f3f1385
commit 61481ac9e5

View file

@ -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;
}