mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-03 10:43:55 +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
|
* uploads. The context must be discarded when the pipeline goes to
|
||||||
* #GST_STATE_NULL or renewed whenever the caps are changed.
|
* #GST_STATE_NULL or renewed whenever the caps are changed.
|
||||||
* <note>
|
* <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.
|
* One can define GST_USE_UNSTABLE_API to acknowledge and avoid this warning.
|
||||||
* </note>
|
* </note>
|
||||||
*
|
*
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
* allow easy negotiating of such feature with other elements (e.g. a
|
* allow easy negotiating of such feature with other elements (e.g. a
|
||||||
* ClutterGstVideoSink can claim accpeting caps "video/x-surface,opengl=true").
|
* ClutterGstVideoSink can claim accpeting caps "video/x-surface,opengl=true").
|
||||||
* <note>
|
* <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.
|
* One can define GST_USE_UNSTABLE_API to acknowledge and avoid this warning.
|
||||||
* </note>
|
* </note>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
#define _GST_SURFACE_META_H_
|
#define _GST_SURFACE_META_H_
|
||||||
|
|
||||||
#ifndef GST_USE_UNSTABLE_API
|
#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."
|
#warning "You can define GST_USE_UNSTABLE_API to avoid this warning."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue