GNOME Bugzilla – Bug 590038
pulsesink: pa_timing_info->configured_sink_usec requires pulse 0.9.11
Last modified: 2009-07-29 10:14:56 UTC
Trying to build pulsesink against pulse 0.9.9 gives the following error: pulsesink.c: In function ‘gst_pulsering_stream_latency_cb’: pulsesink.c:544: error: ‘pa_timing_info’ has no member named ‘configured_sink_usec’ Either bump the requirement to 0.9.11 or ifdef it please.
commit 9c341347ba8d9d8d77e45cbf32e8ef3b4fedad97 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Wed Jul 29 12:13:20 2009 +0200 pulse: conditionally compile newer stuff configured_sink/source_usec in the timing_info is only since 0.9.11 so conditionally compile this information. fixes #590038