basetextoverlay: do not ask for a bufferpool when checking for composition meta
This commit is contained in:
parent
76ce112994
commit
267a8c24af
@ -775,7 +775,7 @@ gst_base_text_overlay_negotiate (GstBaseTextOverlay * overlay, GstCaps * caps)
|
|||||||
|
|
||||||
if (ret) {
|
if (ret) {
|
||||||
/* find supported meta */
|
/* 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)) {
|
if (!gst_pad_peer_query (overlay->srcpad, query)) {
|
||||||
/* no problem, we use the query defaults */
|
/* no problem, we use the query defaults */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user