glupload: Add a comment in DMA's propose_allocation query for video meta

The video meta API now is a mandatory request for DMA kind negotiation. In
current code, the raw method always adds that video meta API in the query
of propose_allocation(), so we do not need to do the duplicated task here.
Just adding a comment to declare that.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6698>
This commit is contained in:
He Junyan 2024-06-26 22:22:47 +08:00 committed by GStreamer Marge Bot
parent f235e0308d
commit 9f1887a623

View file

@ -1647,7 +1647,8 @@ static void
_dma_buf_upload_propose_allocation (gpointer impl, GstQuery * decide_query,
GstQuery * query)
{
/* nothing to do for now. */
/* The raw method always adds the GST_VIDEO_META_API_TYPE
and so nothing to do here. */
}
static void