GNOME Bugzilla – Bug 754051
glupload: transform_caps does not respect the direction
Last modified: 2015-08-25 01:20:44 UTC
Currently, the implementation of transform caps in this helper class completly ignore the direction and simply add the gl memory meta. Instead, if should add it if it's SRC direction (downstream), and remove it if it's SINK direction (upstream). This is very minor issue since caps query upstream are rare.
Nevermind, adding in both direction make sense, since we have an uploader for glmemory.