GNOME Bugzilla – Bug 761578
GstGLContext didn't get unref correctly
Last modified: 2016-02-08 02:18:25 UTC
I've found pipeline likes videotestsrc ! glupload ! glcolorconvert ! gleffects ! glimagesink didn't call gst_gl_context_finalize but videotestsrc ! glupload ! glcolorconvert ! glimagesink is ok. seems more ref than unref
commit 4d8a8b392513b74379ec565f393d42bcc068b053 Author: Matthew Waters <matthew@centricular.com> Date: Mon Feb 8 12:23:12 2016 +1100 gleffects: identity: add the shader to the hash table So that we don't recreate it every frame and leak memory. https://bugzilla.gnome.org/show_bug.cgi?id=761578