mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
Doc fixes (gstsurfaceconverter, gstsurfacemeta).
This commit is contained in:
parent
8da3c2a969
commit
529f90c29d
3 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
*
|
||||
|
|
|
@ -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>
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue