From 9cccbb315c6f18b817317a5ea2d9aab165fbc5c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 21 Sep 2014 13:32:29 +0100 Subject: [PATCH] gl: add since markers for new API --- gst-libs/gst/gl/gstglcontext.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/gl/gstglcontext.c b/gst-libs/gst/gl/gstglcontext.c index 78e6f94e45..9d59ff50bc 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)