diff options
author | Alessandro Decina <alessandro.d@gmail.com> | 2016-09-05 14:44:24 +1000 |
---|---|---|
committer | Alessandro Decina <alessandro.d@gmail.com> | 2016-09-05 14:44:24 +1000 |
commit | c16d57cc9a64f1aeaa20ac079feb21f33893224d (patch) | |
tree | 182d092e9e8ca738e12d526b8477b3075998041a /meson.build | |
parent | 35d147930d5ab1c3549e4413202954f21a7db0fa (diff) | |
download | gstreamer-plugins-bad-c16d57cc9a64f1aeaa20ac079feb21f33893224d.tar.gz |
glupload: create the GstGLUpload object in ::transform_caps
Previously it was created in the init function and destroyed in ::stop, which
lead to segfaults when reusing the element.
Now the upload object is created in ::transform_caps if it is NULL, which is the
earliest we need it. The other vfuncs already bail out if the upload object is
NULL, which means that negotiation wasn't done.
Diffstat (limited to 'meson.build')
0 files changed, 0 insertions, 0 deletions