GNOME Bugzilla – Bug 628527
videoanalyse: classificication is wrong
Last modified: 2010-09-04 18:04:18 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
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 :)
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.)
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.