GNOME Bugzilla – Bug 765989
videodiff element has useless "FIXME" description
Last modified: 2016-05-05 09:47:39 UTC
"gst-inspect-1.0 videodiff" gives: Factory Details: Rank none (0) Long-name FIXME Long name Klass Generic Description FIXME Description Author FIXME <fixme@example.com> And so on. This is in latest git master as well as in stable releases. There should be a useful description on what the element does, and how to use it.
It also crashes in a simple "videotestsrc ! videodiff ! glimagesink" pipeline. It seems to take the difference of the current and previous frame, but only the luma... or something like that. The result looks different though.
It basically draws a //// //// style pattern in black and white on areas that changed more than the threshold. commit b346be1c52a29413332760c691e765d174b74411 Author: Tim-Philipp Müller <tim@centricular.com> Date: Thu May 5 10:40:37 2016 +0100 videodiff: fill in FIXME metadata and docs with description https://bugzilla.gnome.org/show_bug.cgi?id=765989 commit 19d52a4ed5ef12cf1b4e731875cf8b160b0aa029 Author: Tim-Philipp Müller <tim@centricular.com> Date: Thu May 5 10:41:53 2016 +0100 videodiff: fix supported formats in template caps