[Bug 774244] [VP9][decode] get checksum fail.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Dec 2 17:41:44 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=774244

--- Comment #6 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Hi @Fei,

It looks that the problem is not in gstreamer-vaapi, as I said, but in
gst-checksumsink2

I revamped gst-checksumsink2:

https://github.com/ceyusa/gst-checksumsink

and it works with this media.

WARNING: I changed a lot the code:

+ it uses GLib checksum facilities instead of calling md5sum command
+ it only stores the raw output once, not twice. If you want to save the raw
output, you can control the directory with the envvar TMPDIR
+ now it doesn't collide with the gstreamer's official checksumsink (you can
have installed both)
+ potentially more color formats can be negotiated since the planes and frames
are extracted using the gstreamer functionality, rather than custom code.
+ it *should* be faster

BUT: i didn't compare the output with more that two files, so be careful.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list