Doc fixes (gstsurfaceconverter, gstsurfacemeta).

This commit is contained in:
Sreerenj Balachandran 2012-04-18 12:02:52 +03:00 committed by Wim Taymans
parent 8da3c2a969
commit 529f90c29d
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@
* uploads. The context must be discarded when the pipeline goes to
* #GST_STATE_NULL or renewed whenever the caps are changed.
* <note>
* The GstVideoContext interface is unstable API and may change in future.
* The GstSurfaceConverter interface is unstable API and may change in future.
* One can define GST_USE_UNSTABLE_API to acknowledge and avoid this warning.
* </note>
*

View file

@ -39,7 +39,7 @@
* allow easy negotiating of such feature with other elements (e.g. a
* ClutterGstVideoSink can claim accpeting caps "video/x-surface,opengl=true").
* <note>
* The GstVideoContext interface is unstable API and may change in future.
* The GstSurfaceMeta interface is unstable API and may change in future.
* One can define GST_USE_UNSTABLE_API to acknowledge and avoid this warning.
* </note>
*/

View file

@ -24,7 +24,7 @@
#define _GST_SURFACE_META_H_
#ifndef GST_USE_UNSTABLE_API
#warning "GstSurfaceBuffer is unstable API and may change in future."
#warning "GstSurfaceMeta is unstable API and may change in future."
#warning "You can define GST_USE_UNSTABLE_API to avoid this warning."
#endif