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 738913 - glimagesink: Implement support for the colorbalance interface
glimagesink: Implement support for the colorbalance interface
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 1.8.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-10-21 08:11 UTC by Sebastian Dröge (slomo)
Modified: 2016-05-15 09:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2014-10-21 08:11:43 UTC
See summary, should be straightforward to implement.
Comment 1 Sebastian Dröge (slomo) 2015-06-11 13:43:54 UTC
This could just be another filter inside glsinkbin now for simplicity
Comment 2 Nicolas Dufresne (ndufresne) 2015-06-11 14:22:08 UTC
+1
Comment 3 Matthew Waters (ystreet00) 2016-05-15 09:18:13 UTC
commit 0fe34bfc1ddd9b8f860ec39b918e7ef13d1ff783
Author: Matthew Waters <matthew@centricular.com>
Date:   Wed Jan 27 20:04:00 2016 +1100

    glsinkbin: add glcolorbalance element
    
    This makes playbin not plug videobalance as glcolorbalance already exists and
    implements the GstColorBalance interface.