GStreamer multimedia framework
Go to file
Matthew Waters d41e6a5579 glbufferpool: explicitly initialize a possibly uninitialized variable
The ret variable may be uninitialized and so its contents were undefined and
the results were erratic (failing with glvideomixer, succeeding in other cases)

P.S. No idea why gcc/clang et al never picked up on this like they normally do
(probably due to some optimisation pass figuring out it's only set once...)
2017-12-09 19:32:10 +00:00
ext/gl glcolorconvert: remove unused ret variable 2017-12-09 19:32:10 +00:00
gst-libs/gst/gl glbufferpool: explicitly initialize a possibly uninitialized variable 2017-12-09 19:32:10 +00:00
pkgconfig gstglconfig: Put gstglconfig.h into $(libdir)/gstreamer-1.0/include 2017-12-09 19:31:49 +00:00
tests gl/tests: update for glmemory api changes 2017-12-09 19:32:10 +00:00