summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-09-21 13:32:29 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-09-21 13:32:29 +0100
commit10997063a181cb3de0c01b6e7f1ec620a9a4c640 (patch)
tree240e44946d7b1bc162da8297e79176cf454768b7
parent64fc86844d7c6002316cb0b8fb731656adf90308 (diff)
gl: add since markers for new API
-rw-r--r--gst-libs/gst/gl/gstglcontext.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/gstglcontext.c b/gst-libs/gst/gl/gstglcontext.c
index 78e6f94e4..9d59ff50b 100644
--- a/gst-libs/gst/gl/gstglcontext.c
+++ b/gst-libs/gst/gl/gstglcontext.c
@@ -423,6 +423,8 @@ gst_gl_context_activate (GstGLContext * context, gboolean activate)
* @context: a #GstGLContext
*
* Returns: The #GThread, @context is current in or NULL
+ *
+ * Since: 1.6
*/
GThread *
gst_gl_context_get_thread (GstGLContext * context)