summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2012-04-18 12:02:52 +0300
committerWim Taymans <wim.taymans@collabora.co.uk>2012-04-20 12:26:35 +0200
commit529f90c29daed0a63ca0df3a7bc569de1f5be409 (patch)
tree068da7e7a50274f0375a8a924cf0796e419f532d /gst-libs
parent8da3c2a969ee52d025117573c81a23c9a3ec2784 (diff)
downloadgstreamer-plugins-bad-529f90c29daed0a63ca0df3a7bc569de1f5be409.tar.gz
Doc fixes (gstsurfaceconverter, gstsurfacemeta).
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/video/gstsurfaceconverter.c2
-rw-r--r--gst-libs/gst/video/gstsurfacemeta.c2
-rw-r--r--gst-libs/gst/video/gstsurfacemeta.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/gst-libs/gst/video/gstsurfaceconverter.c b/gst-libs/gst/video/gstsurfaceconverter.c
index 23fc5dd44..9404c5879 100644
--- a/gst-libs/gst/video/gstsurfaceconverter.c
+++ b/gst-libs/gst/video/gstsurfaceconverter.c
@@ -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>
*
diff --git a/gst-libs/gst/video/gstsurfacemeta.c b/gst-libs/gst/video/gstsurfacemeta.c
index 0e22d0e3b..3ff9aec89 100644
--- a/gst-libs/gst/video/gstsurfacemeta.c
+++ b/gst-libs/gst/video/gstsurfacemeta.c
@@ -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>
*/
diff --git a/gst-libs/gst/video/gstsurfacemeta.h b/gst-libs/gst/video/gstsurfacemeta.h
index 7ad5c6267..ed04bc28a 100644
--- a/gst-libs/gst/video/gstsurfacemeta.h
+++ b/gst-libs/gst/video/gstsurfacemeta.h
@@ -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