GStreamer multimedia framework
Find a file
Alessandro Decina acd33a240f 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.
2017-12-09 19:32:22 +00:00
ext/gl glupload: create the GstGLUpload object in ::transform_caps 2017-12-09 19:32:22 +00:00
gst-libs/gst/gl gl: Remove extra duplicate typedef of GstGLFramebuffer 2017-12-09 19:32:22 +00:00
pkgconfig gl/pkgconfig: add the lib include dir to the list of includes 2017-12-09 19:32:22 +00:00
tests tests/glupload: support opengl3 properly instead of spewing GL errors 2017-12-09 19:32:22 +00:00