GNOME Bugzilla – Bug 595888
qtdemux plugin should not return value from void function
Last modified: 2009-09-22 06:09:14 UTC
Created attachment 143647 [details] [review] patch fixing issue The qtdemux_tag_add_keywords function is a void function, and the compile fails with the Sun Studio compiler because the function is trying to return a value. Attached patch fixes this problem. Can this go upstream?
That's already fixed in GIT by this commit: commit c469f6b38d289a5c2c2acaf4343223b5b7fa217d Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> Date: Thu Aug 13 16:11:59 2009 +0200 qtdemux: consider 3gpp style tag parsing in some more cases 3GPP specs define a number of tags along with precise layout. While these are normally expected to be found in a container whose major brand is a 3GPP brand, this may also happen when a 3GPP brand is only mentioned as a compatible brand. Apply some checks, heuristic and fallbacks to extract such tags as well.