b98a2e1 introduced a new field in pa_card_profile_info (src/pulse/introspect.h). On i686, this increases the size of the struct. pa_card_info uses a simple array of pa_card_profile_infos. If the size of pa_card_profile_info changes, this array is read as garbage. This crashes applications using pa_card_info, like gnome-control-center.
Fixed: http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=85e7fbc196f4424f68e530c2e3a01d9b941f293e
I checked the doxygen output, and the \deprecated tags didn't work as expected. Instead of generating some red "WARNING, THIS IS DEPRECATED" text, the tags just removed all documentation for the marked fields.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.