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 644477 - [jack] doesn't build with jack >= 0.120.2
[jack] doesn't build with jack >= 0.120.2
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.29
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-11 09:20 UTC by Philippe Normand
Modified: 2011-03-11 09:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
jack: fix build against jack 0.120.2 (2.97 KB, patch)
2011-03-11 09:29 UTC, Philippe Normand
none Details | Review
jack: fix build against jack 0.120.2 (2.97 KB, patch)
2011-03-11 09:36 UTC, Philippe Normand
committed Details | Review

Description Philippe Normand 2011-03-11 09:20:32 UTC
jack_port_get_total_latency() is deprecated in favor of jack_port_set_latency_range(). I'll send a patch for this little issue.
Comment 1 Philippe Normand 2011-03-11 09:29:46 UTC
Created attachment 183122 [details] [review]
jack: fix build against jack 0.120.2

jack_port_get_total_latency() has been deprecated in favor of
jack_port_set_latency_range().
Comment 2 Philippe Normand 2011-03-11 09:35:06 UTC
I mean jack_port_get_latency_range :)
Comment 3 Philippe Normand 2011-03-11 09:36:45 UTC
Created attachment 183123 [details] [review]
jack: fix build against jack 0.120.2

jack_port_get_total_latency() has been deprecated in favor of
jack_port_get_latency_range().
Comment 4 Tim-Philipp Müller 2011-03-11 09:56:08 UTC
commit 9544622674c0d0a3147a9b51145159b02eec68e9
Author: Philippe Normand <pnormand@igalia.com>
Date:   Fri Mar 11 10:29:08 2011 +0100

    jack: fix build against jack 0.120.2
    
    jack_port_get_total_latency() has been deprecated in favor of
    jack_port_get_latency_range().
    
    https://bugzilla.gnome.org/show_bug.cgi?id=644477