mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
Add note about the fact that the surface holds an extra reference to the subpicture.
This commit is contained in:
parent
95edba8907
commit
b4aaa2e8c1
1 changed files with 2 additions and 1 deletions
|
@ -583,7 +583,8 @@ gst_vaapi_surface_put_image(GstVaapiSurface *surface, GstVaapiImage *image)
|
||||||
* Associates the @subpicture with the @surface. The @src_rect
|
* Associates the @subpicture with the @surface. The @src_rect
|
||||||
* coordinates and size are relative to the source image bound to
|
* coordinates and size are relative to the source image bound to
|
||||||
* @subpicture. The @dst_rect coordinates and size are relative to the
|
* @subpicture. The @dst_rect coordinates and size are relative to the
|
||||||
* target @surface.
|
* target @surface. Note that the @surface holds an additional
|
||||||
|
* reference to the @subpicture.
|
||||||
*
|
*
|
||||||
* Return value: %TRUE on success
|
* Return value: %TRUE on success
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue