This has to be handled explicitely by elements to
make sure that they support all the metas passed
in the allocation query.
Metas have to supported explicitely, otherwise the
query will fail. All elements in a chain need to
support a specific meta to allow its usage.
switch (GST_QUERY_TYPE (query)) {
case GST_QUERY_SCHEDULING:
+ case GST_QUERY_ALLOCATION:
forward = FALSE;
break;
case GST_QUERY_ACCEPT_CAPS:
case GST_QUERY_JITTER:
case GST_QUERY_RATE:
case GST_QUERY_CONVERT:
- case GST_QUERY_ALLOCATION:
default:
break;
}