vacompositor: Add missing GST_VIDEO_CROP_META_API_TYPE

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8537>
This commit is contained in:
Ruben Gonzalez 2025-02-21 18:20:06 +01:00 committed by GStreamer Marge Bot
parent 69c1746139
commit 7b98c739c8

View File

@ -651,6 +651,7 @@ gst_va_compositor_propose_allocation (GstAggregator * agg,
gst_object_unref (pool);
gst_query_add_allocation_meta (query, GST_VIDEO_META_API_TYPE, NULL);
gst_query_add_allocation_meta (query, GST_VIDEO_CROP_META_API_TYPE, NULL);
return TRUE;