From cdb06c6c99b42a25559b4c85420d683490bd991b Mon Sep 17 00:00:00 2001 From: Song Bing Date: Tue, 3 Mar 2015 10:12:11 +0800 Subject: [PATCH] dvbsuboverlay: Set query ALLOCATION need_pool to FALSE Set query ALLOCATION need_pool to FALSE as it only need query if can support video overlay composition meta. https://bugzilla.gnome.org/show_bug.cgi?id=745495 --- gst/dvbsuboverlay/gstdvbsuboverlay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/dvbsuboverlay/gstdvbsuboverlay.c b/gst/dvbsuboverlay/gstdvbsuboverlay.c index 7d580d61f2..5dcdd15b09 100644 --- a/gst/dvbsuboverlay/gstdvbsuboverlay.c +++ b/gst/dvbsuboverlay/gstdvbsuboverlay.c @@ -715,7 +715,7 @@ gst_dvbsub_overlay_negotiate (GstDVBSubOverlay * overlay, GstCaps * caps) GstQuery *query; /* 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 */