After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 590038 - pulsesink: pa_timing_info->configured_sink_usec requires pulse 0.9.11
pulsesink: pa_timing_info->configured_sink_usec requires pulse 0.9.11
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.16
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-28 17:29 UTC by Olivier Crête
Modified: 2009-07-29 10:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Olivier Crête 2009-07-28 17:29:54 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.
Comment 1 Wim Taymans 2009-07-29 10:14:56 UTC
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