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 754808 - video: missing alpha flag for some formats
video: missing alpha flag for some formats
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal normal
: 1.5.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-09 23:33 UTC by Thiago Sousa Santos
Modified: 2015-09-10 10:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
video-format: add missing alpha flag for some formats (3.38 KB, patch)
2015-09-09 23:34 UTC, Thiago Sousa Santos
committed Details | Review

Description Thiago Sousa Santos 2015-09-09 23:33:31 UTC
See attached patch, some formats use the wrong macro for initializing and are missing the alpha flags.
Comment 1 Thiago Sousa Santos 2015-09-09 23:34:43 UTC
Created attachment 311029 [details] [review]
video-format: add missing alpha flag for some formats

Some formats didn't have the alpha flag marked, use the correct
macro so they get it right.
Comment 2 Thiago Sousa Santos 2015-09-10 10:37:10 UTC
commit df931fb0b8b79d3b4f8fd89746c1be7ef8b3a3d4
Author: Thiago Santos <thiagoss@osg.samsung.com>
Date:   Wed Sep 9 19:00:33 2015 -0300

    video-format: add missing alpha flag for some formats
    
    Some formats didn't have the alpha flag marked, use the correct
    macro so they get it right.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754808