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 794070 - gl: add glalpha element
gl: add glalpha element
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Windows
: Normal enhancement
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-03-05 07:02 UTC by Matthew Waters (ystreet00)
Modified: 2018-05-05 11:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gl: add glalpha element (27.24 KB, patch)
2018-03-05 07:03 UTC, Matthew Waters (ystreet00)
committed Details | Review

Description Matthew Waters (ystreet00) 2018-03-05 07:02:19 UTC
Modelled of the existing alpha element from gst-plugins-good.
Comment 1 Matthew Waters (ystreet00) 2018-03-05 07:03:04 UTC
Created attachment 369317 [details] [review]
gl: add glalpha element
Comment 2 Matthew Waters (ystreet00) 2018-05-05 11:45:28 UTC
commit af5b0ee7d0eca5293f58ec90351df174bdebd8de
Author: Matthew Waters <matthew@centricular.com>
Date:   Mon Mar 5 17:58:11 2018 +1100

    gl: add glalpha element that is similar to the alpha element
    
    It performs similarly to the existing alpha element however performs
    calculations in floating point rather than with small (guint8) integers
    so some differences are to be expected.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=794070