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 733380 - videobox: adds borders of the wrong color
videobox: adds borders of the wrong color
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-18 21:03 UTC by Stirling Westrup
Modified: 2014-07-19 09:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stirling Westrup 2014-07-18 21:03:45 UTC
videobox does not always add borders of the correct color, when working in some image formats. For example, despite explicitly asking for a black top border, this command will generate a blue one:

gst-launch-1.0 videotestsrc ! video/x-raw,format=BGRx ! videobox top=-50 fill=black ! videoconvert ! xvimagesink
Comment 1 Sebastian Dröge (slomo) 2014-07-19 09:33:01 UTC
commit b1f7681555f07e65a96794c1eecc2f393942d154
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Sat Jul 19 11:30:30 2014 +0200

    videobox: Don't overwrite the first component with the alpha value for BGRx
    
    Instead leave the x component unset when filling the borders.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=733380