GNOME Bugzilla – Bug 658357
[0.11] pulse: build fails with recent pulseaudio
Last modified: 2011-10-29 15:14:14 UTC
I have pulseaudio 0.99 from Debian experimental. The code guarded with HAVE_PULSE_1_0 needs some adaptations, I'll attach a patch.
Created attachment 195780 [details] [review] pulse: fix build for PulseAudio 0.99 Replaced one gst_pad_get_caps_reffed call with gst_pad_get_caps() and gst_caps_make_writable() as mentioned in the porting instructions. Also adapted gst_pulse_fill_format_info() with regard to the latest changes in GstAudioFormat.
Why is this 0.11-only?
Well, mostly because of the GstAudioFormat changes, which are not 0.10 compatible, AFAIK.
Fixed in 0.11 by b09704020c8c6eb99b6481c2166159b8d03d918b and 358767e2172db2e7190762351b697b4d9eb9b106 ...