basetextoverlay: do not ask for a bufferpool when checking for composition meta

This commit is contained in:
Arnaud Vrac 2013-01-31 13:47:35 +01:00 committed by Sebastian Dröge
parent 76ce112994
commit 267a8c24af

View file

@ -775,7 +775,7 @@ gst_base_text_overlay_negotiate (GstBaseTextOverlay * overlay, GstCaps * caps)
if (ret) {
/* find supported meta */
query = gst_query_new_allocation (caps, TRUE);
query = gst_query_new_allocation (caps, FALSE);
if (!gst_pad_peer_query (overlay->srcpad, query)) {
/* no problem, we use the query defaults */