GNOME Bugzilla – Bug 619824
Use glib for checksumming
Last modified: 2010-06-02 12:22:54 UTC
Found that gst-plugins-good-0.10.18/gst/debugutils/tests.c has its own md5 implementation.
Created attachment 162103 [details] [review] [avimux] clean up code for avi header using a bytewriter https://bugzilla.gnome.org/show_bug.cgi?id=619293
Created attachment 162104 [details] [review] debugutils: Replace md5 implementation with glib's
Comment on attachment 162104 [details] [review] debugutils: Replace md5 implementation with glib's Looks good, please push after freeze.
...but maybe get rid of that md5_ wrapper thing completely :) It's not that useful
commit 81c4dc4574c8891ef224c957a47f8781aca7a722 Author: Benjamin Otte <otte@redhat.com> Date: Thu May 27 16:07:31 2010 +0200 debugutils: Replace md5 implementation with glib's