gstreamer/gst-libs/gst
Matthew Waters 6c97be6dfa glcolorconvert: fix rendering rectangular textures with GL3
Rectangular textures are unavailable in unextended
GLES2 #version 100 shaders.

Fixes
texture-target=rectangle ! glcolorconvert ! texture-target=2D

There's a couple of differences between GL3 and GLES2/GL

- varying -> in or out depending on the stage (vertex/fragment)
- attribute -> in
- filtered texture access is a single function, texture()
2015-11-10 22:47:42 +11:00
..
adaptivedemux adaptivedemux: Fix pad memory leak. 2015-11-10 07:06:17 -03:00
base aggregator: use GST_STIME_FORMAT for GstClockTimeDiff 2015-11-05 12:36:55 +00:00
basecamerabinsrc Remove obsolete Android build cruft 2015-04-26 18:59:32 +01:00
codecparsers codecparser: h264: initialize parsing structures 2015-10-29 11:26:37 +02:00
gl glcolorconvert: fix rendering rectangular textures with GL3 2015-11-10 22:47:42 +11:00
insertbin Remove obsolete Android build cruft 2015-04-26 18:59:32 +01:00
interfaces Remove obsolete Android build cruft 2015-04-26 18:59:32 +01:00
mpegts mpegtsdescriptor: Add API for creating extended descriptors and fix writing them 2015-11-03 20:35:41 +02:00
uridownloader dashdemux: add support for HTTP HEAD method of time sync 2015-08-14 06:47:21 -03:00
video videoaggregator: use GST_STIME_ARGS for GstClockTimeDiff 2015-11-02 17:00:22 +00:00
wayland libs: Don't install headers and pc files for libgstwayland/badvideo/badbase 2014-07-11 09:33:57 +02:00
gettext.h Fix FSF address 2012-11-04 00:09:59 +00:00
glib-compat-private.h Update GLib dependency to 2.40.0 2015-10-02 22:24:19 +03:00
gst-i18n-plugin.h Fix FSF address 2012-11-04 00:09:59 +00:00
Makefile.am gst-libs: build order: uridownloader before adaptivedemux 2014-12-08 08:24:17 -03:00