From ca476f03a8c5a634d2b3ca43ad4782e48c415680 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Mon, 29 Sep 2014 00:32:05 +1000 Subject: [PATCH] glcontext: fixup error in sharegroup comment --- gst-libs/gst/gl/gstglcontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/gstglcontext.c b/gst-libs/gst/gl/gstglcontext.c index 8dd59e931b..73dc472421 100644 --- a/gst-libs/gst/gl/gstglcontext.c +++ b/gst-libs/gst/gl/gstglcontext.c @@ -598,7 +598,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 */