GNOME Bugzilla – Bug 466595
gst_index_add_association generates corrupted entries
Last modified: 2007-08-14 14:24:20 UTC
This function is supposed to generate a list of associations formats/values from a varg list of arguments and then pass it on to gst_index_add_associationv. The list generation algorithm is rather buggy and generate corrupted index entries.
Created attachment 93645 [details] [review] Refactoring of the association list generation Proposed patch to fix associations list generations from vargs.
Fixed in CVS HEAD.