summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2014-09-29 00:32:05 +1000
committerMatthew Waters <matthew@centricular.com>2014-09-30 19:47:52 +1000
commitb1e889b99cb3e936fa963d0f105e0391175dc94a (patch)
tree4bbc38fb2132d76fe85fa24e41a97d2c24faedeb
parent3c1ce83f1bf8f32d710dca9c5176fbf213afd168 (diff)
downloadgstreamer-plugins-bad-b1e889b99cb3e936fa963d0f105e0391175dc94a.tar.gz
glcontext: fixup error in sharegroup comment
-rw-r--r--gst-libs/gst/gl/gstglcontext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/gstglcontext.c b/gst-libs/gst/gl/gstglcontext.c
index 6aa38eeff..77e3ad771 100644
--- a/gst-libs/gst/gl/gstglcontext.c
+++ b/gst-libs/gst/gl/gstglcontext.c
@@ -592,7 +592,7 @@ _share_group_descendant (GstGLContext * context, GstGLContext * other_context,
* return TRUE if @other_context is a descendant of @context
*
* e.g. [a, b], [f, d], [e, c] are all descendants
- * but [b, a], [f, d], [e, f] are not descendants. Provide the root node (d)
+ * but [b, a], [d, f], [e, f] are not descendants. Provide the root node (d)
* so that we can check if two chains end up at the end with the same
* GstGLContext
*/