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 741640 - video-converter: support AYUV border
video-converter: support AYUV border
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-12-17 11:17 UTC by RaviKiran
Modified: 2015-02-06 10:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
convert border ARGB to AYUV (2.04 KB, patch)
2014-12-17 11:20 UTC, RaviKiran
none Details | Review
convert border ARGB to AYUV (1.88 KB, patch)
2015-02-06 10:14 UTC, RaviKiran
none Details | Review
convert border ARGB to AYUV (1.88 KB, patch)
2015-02-06 10:15 UTC, RaviKiran
committed Details | Review

Description RaviKiran 2014-12-17 11:17:15 UTC
video-converter supports border color in ARGB format.
For AYUV, it is just hard-wired to black.
Convert the border color (ARGB) to AYUV format when output format is YUV.
Comment 1 RaviKiran 2014-12-17 11:20:01 UTC
Created attachment 292886 [details] [review]
convert border ARGB to AYUV

Patch attached for this. Please review.
Comment 2 RaviKiran 2015-02-06 10:14:09 UTC
Created attachment 296257 [details] [review]
convert border ARGB to AYUV

Re-based the patch + little correction. Please review
Comment 3 RaviKiran 2015-02-06 10:15:56 UTC
Created attachment 296258 [details] [review]
convert border ARGB to AYUV

Obsoleting earlier patch
Comment 4 Wim Taymans 2015-02-06 10:44:41 UTC
commit bd836e12a1ed4d2227903cce44617303caa159d0
Author: Ravi Kiran K N <ravi.kiran@samsung.com>
Date:   Fri Feb 6 15:39:14 2015 +0530

    video-converter: support AYUV border
    
    Convert the border color from ARGB to AYUV, using
    colorimetry matrix when output format is YUV.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741640