After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 754051 - glupload: transform_caps does not respect the direction
glupload: transform_caps does not respect the direction
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-25 00:58 UTC by Nicolas Dufresne (ndufresne)
Modified: 2015-08-25 01:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicolas Dufresne (ndufresne) 2015-08-25 00:58:36 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.
Comment 1 Nicolas Dufresne (ndufresne) 2015-08-25 01:20:44 UTC
Nevermind, adding in both direction make sense, since we have an uploader for glmemory.