mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 12:15:19 +00:00
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:
parent
f235e0308d
commit
9f1887a623
1 changed files with 2 additions and 1 deletions
|
@ -1647,7 +1647,8 @@ static void
|
||||||
_dma_buf_upload_propose_allocation (gpointer impl, GstQuery * decide_query,
|
_dma_buf_upload_propose_allocation (gpointer impl, GstQuery * decide_query,
|
||||||
GstQuery * 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
|
static void
|
||||||
|
|
Loading…
Reference in a new issue