mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
basetextoverlay: do not ask for a bufferpool when checking for composition meta
This commit is contained in:
parent
76ce112994
commit
267a8c24af
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue