Add note about the fact that the surface holds an extra reference to the subpicture.

This commit is contained in:
gb 2010-03-23 10:51:35 +00:00
parent 95edba8907
commit b4aaa2e8c1

View file

@ -583,7 +583,8 @@ gst_vaapi_surface_put_image(GstVaapiSurface *surface, GstVaapiImage *image)
* Associates the @subpicture with the @surface. The @src_rect
* coordinates and size are relative to the source image bound to
* @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
*/