mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
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
This commit is contained in:
parent
0593480381
commit
cdb06c6c99
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue