summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstgldisplay.h
diff options
context:
space:
mode:
authorMatthew Waters <ystreet00@gmail.com>2013-11-23 22:54:46 +1100
committerMatthew Waters <ystreet00@gmail.com>2014-03-15 18:37:05 +0100
commit4d30769b869b75b34d1e0f1b14d81b2d8cb4220f (patch)
tree93495116b9d284e907998fa763e2032fbc463135 /gst-libs/gst/gl/gstgldisplay.h
parent4cf2f4ded21e91a5a184fce8405fcc7ae927689f (diff)
downloadgstreamer-plugins-bad-4d30769b869b75b34d1e0f1b14d81b2d8cb4220f.tar.gz
[857/906] display: document the new GstContext api
Diffstat (limited to 'gst-libs/gst/gl/gstgldisplay.h')
-rw-r--r--gst-libs/gst/gl/gstgldisplay.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/gl/gstgldisplay.h b/gst-libs/gst/gl/gstgldisplay.h
index 9fb22f54f..a0178e46e 100644
--- a/gst-libs/gst/gl/gstgldisplay.h
+++ b/gst-libs/gst/gl/gstgldisplay.h
@@ -42,14 +42,14 @@ GType gst_gl_display_get_type (void);
/**
* GstGLDisplay:
*
- * the contents of a #GstGLDisplay are private and should only be accessed
+ * The contents of a #GstGLDisplay are private and should only be accessed
* through the provided API
*/
struct _GstGLDisplay
{
+ /* <private> */
GstObject object;
- /* <private> */
GstGLContext *context;
GstGLAPI gl_api;