GStreamer multimedia framework
Go to file
Matthew Waters 86110c4765 glupload: always add texture-target field to GL caps
1. Various elements/base classes only perform a subset check on accept-caps
2. Some GL elements have texture-target in their pad template
3. When checking subsets, only the caps to check are allowed to contain extra
   fields.  If the 'template' caps have extra fields, the subset fails.
Thus without texture-target on the caps, various accept-caps implementations
were failing.

Also, add some convenience functions for setting and retrieving
texture targets to/from GValue.

https://bugzilla.gnome.org/show_bug.cgi?id=759860
2017-12-09 19:32:14 +00:00
ext/gl gleffects: fix shader compilation with legacy opengl 2017-12-09 19:32:14 +00:00
gst-libs/gst/gl glupload: always add texture-target field to GL caps 2017-12-09 19:32:14 +00:00
pkgconfig gstglconfig: Put gstglconfig.h into $(libdir)/gstreamer-1.0/include 2017-12-09 19:31:49 +00:00
tests tests/glmemory: output data pointer values on failure 2017-12-09 19:32:14 +00:00