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 680206 - soup: update deprecated symbols soup_message_headers_get -> _get_one
soup: update deprecated symbols soup_message_headers_get -> _get_one
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-18 21:00 UTC by Alban Browaeys
Modified: 2012-07-18 22:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix deprecated soup_message_headers_get (2.91 KB, patch)
2012-07-18 21:00 UTC, Alban Browaeys
committed Details | Review

Description Alban Browaeys 2012-07-18 21:00:20 UTC
Created attachment 219157 [details] [review]
fix deprecated soup_message_headers_get

deprecated symbols soup_message_headers_get breaks jhbuild (as of the error flags to build gst-plugins-good-master). This patch upgrade to   soup_message_headers_get_one and bump slightly the dependency on libsoup from 2.26 to 2.26.1 as this is the release this symbol appeared first.
Comment 1 Tim-Philipp Müller 2012-07-18 22:09:10 UTC
Pushed, thanks!

commit 0c24e923081ce198f5de5767cd0e5808096c7e6e
Author: Alban Browaeys <prahal@yahoo.com>
Date:   Wed Jul 18 22:47:22 2012 +0200

    soup: deprecated soup_message_headers _get -> _get_one
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680206