mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-16 13:04:18 +00:00
omx: Ensure that the pAppPrivate pointer in OMX buffers is set correctly
This commit is contained in:
parent
8ac445abd8
commit
1fa3b2662e
1 changed files with 2 additions and 0 deletions
|
@ -1186,6 +1186,8 @@ gst_omx_port_allocate_buffers_unlocked (GstOMXPort * port)
|
|||
goto error;
|
||||
}
|
||||
|
||||
g_assert (buf->omx_buf->pAppPrivate == buf);
|
||||
|
||||
/* In the beginning all buffers are not owned by the component */
|
||||
g_queue_push_tail (port->pending_buffers, buf);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue