GNOME Bugzilla – Bug 656068
pulsesink: errors out if pa_stream_proplist_update() fails with old pulseaudio versions
Last modified: 2013-01-23 10:39:29 UTC
GStreamer pulseaudio plugin gives an error in applications that call pa_stream_proplist_update() if the remote server does not support it (e.g. on Windows or distributions running older version of PulseAudio daemon). This prevents many media programs from being able to play back files. The referenced URL describes the issue in more detail and provides a patch. Reference: https://bugs.launchpad.net/ubuntu/+source/gst-plugins-good0.10/+bug/348540
I think this is obsolete these days, since we now require newer pulseaudio versions, but I've removed the fatal error anyway, since it seems the right thing to do to me: commit 0c9b039c22d836708431d0ae2af00c23ed40bd01 Author: Tim-Philipp Müller <tim@centricular.net> Date: Sat Jan 19 13:27:48 2013 +0000 pulsesink: don't error out if pa_stream_proplist_update() with new tags fails Shouldn't really happen these days, but if it does, it's not really a problem either. https://bugzilla.gnome.org/show_bug.cgi?id=656068
PS: it's best to re-attach patches here in bugzilla instead of saying 'there is a patch on the launchpad bug'. If it's not attached here, it gets missed.