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 628608 - [alphacolor] element classification is wrong
[alphacolor] element classification is wrong
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Linux
: Normal normal
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-02 11:19 UTC by Thibault Saunier
Modified: 2010-09-04 13:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Changes the classification of the GstAlphaColorSpace element (18.01 KB, patch)
2010-09-02 11:20 UTC, Thibault Saunier
none Details | Review
[alphacolor] Fix element classification (873 bytes, patch)
2010-09-02 12:35 UTC, Thibault Saunier
committed Details | Review

Description Thibault Saunier 2010-09-02 11:19:26 UTC
he GstalphaColor element should be classified has Filter/Converter/Video and
not Filter/Effect/Video
Comment 1 Thibault Saunier 2010-09-02 11:20:18 UTC
Created attachment 169351 [details] [review]
Changes the classification of the GstAlphaColorSpace element
Comment 2 Tim-Philipp Müller 2010-09-02 12:01:22 UTC
> Created an attachment (id=169351) [details] [review]
> Changes the classification of the GstAlphaColorSpace element

Any chance you could attach a patch in "git format-patch -1" format instead as per http://gstreamer.freedesktop.org/wiki/SubmittingPatches ?
Comment 3 Sebastian Dröge (slomo) 2010-09-02 12:35:49 UTC
Yes, please use git format-patch in the future. I'll push this one nonetheless after the release
Comment 4 Thibault Saunier 2010-09-02 12:35:49 UTC
Created attachment 169357 [details] [review]
[alphacolor] Fix element classification

Sorry about that I didn't read the wiki before posting. This one should correspond to what you expect.
Comment 5 Sebastian Dröge (slomo) 2010-09-04 13:07:04 UTC
commit 08fd7198984eecedd3b24e8b915e6aff0f8552e0
Author: Thibault Saunier <tsaunier@gnome.org>
Date:   Thu Sep 2 14:34:50 2010 +0200

    alphacolor: Fix classification
    
    This is no effect but a converter. Fixes bug #628608.