subpicture: fix doc for gst_vaapi_subpicture_set_image().

This commit is contained in:
Gwenole Beauchesne 2011-12-12 15:31:52 +01:00
parent 697b96c30c
commit 6352c7d5fa

View file

@ -256,7 +256,7 @@ gst_vaapi_subpicture_get_image(GstVaapiSubpicture *subpicture)
* @image: a #GstVaapiImage * @image: a #GstVaapiImage
* *
* Binds a new #GstVaapiImage to the @subpicture. The reference to the * Binds a new #GstVaapiImage to the @subpicture. The reference to the
* previous image is released a new one acquired on @image. * previous image is released and a new one is acquired on @image.
*/ */
void void
gst_vaapi_subpicture_set_image( gst_vaapi_subpicture_set_image(