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 515564 - souphttpsrc unit test fails to build
souphttpsrc unit test fails to build
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-10 13:13 UTC by Sebastian Dröge (slomo)
Modified: 2008-02-12 05:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
soup-test.diff (560 bytes, patch)
2008-02-10 13:13 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2008-02-10 13:13:16 UTC
Hi,
attached patch fixes the build of the souphttpsrc unit test:

elements/souphttpsrc.c:75: warning: implicit declaration of fution ‘g_vasprintf’
Comment 1 Sebastian Dröge (slomo) 2008-02-10 13:13:47 UTC
Created attachment 104836 [details] [review]
soup-test.diff
Comment 2 Sebastian Dröge (slomo) 2008-02-12 05:21:09 UTC
2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>

	* tests/check/elements/souphttpsrc.c:
	Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.