glmixer: unref the GstGLUpload in the pad if freed while running
authorMatthew Waters <ystreet00@gmail.com>
Tue, 19 Aug 2014 07:01:36 +0000 (17:01 +1000)
committerMatthew Waters <ystreet00@gmail.com>
Tue, 19 Aug 2014 07:01:36 +0000 (17:01 +1000)
commit7a0155e73550aa873a8b5fc6bc8d8249da71dfa5
tree27cbf82698cf731ba2068de53af99cf716282b63
parent51b23bbff740d185c76b664697a680a81a1bad52
glmixer: unref the GstGLUpload in the pad if freed while running

Dynamic pipelines that get and release the sink pads will finalize
the pad without going through gst_gl_mixer_stop() which is where the
upload object is usually freed.  Don't leak objects in such case.
ext/gl/gstglmixer.c