mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
glcontext: fixup error in sharegroup comment
This commit is contained in:
parent
aeb60d850d
commit
ca476f03a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue