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 628527 - videoanalyse: classificication is wrong
videoanalyse: classificication is wrong
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal normal
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-01 16:18 UTC by Thibault Saunier
Modified: 2010-09-04 18:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes the litle mistake (583 bytes, patch)
2010-09-01 16:18 UTC, Thibault Saunier
none Details | Review
[videoanalyse] Fix element classification (913 bytes, patch)
2010-09-02 12:46 UTC, Thibault Saunier
committed Details | Review

Description Thibault Saunier 2010-09-01 16:18:59 UTC
Created attachment 169271 [details] [review]
Fixes the litle mistake

The GstVideoAnalyse element should be classified has Filter/Analyzer/Video and not Filter/Effect/Video
Comment 1 Sebastian Dröge (slomo) 2010-09-01 16:32:26 UTC
Thanks, I'll push this after the release with a small change... it should be Filter/Analyzer/Video as you've written in the bug and not Filter/Video/Analyse as in the patch :)
Comment 2 Thibault Saunier 2010-09-02 12:46:50 UTC
Created attachment 169358 [details] [review]
[videoanalyse] Fix element classification

I used "git format-patch -n1" to get a well formated patch. (I also corrected the mistake of the other patch.)
Comment 3 Sebastian Dröge (slomo) 2010-09-04 13:18:12 UTC
commit 98e6f113f694201af2b872a415bea373c8c93a0a
Author: Thibault Saunier <tsaunier@gnome.org>
Date:   Wed Sep 1 18:30:17 2010 +0200

    videoanalyse: Use correct element classification
    
    This is no effect but an analyzer. Fixes bug #628527.