diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-02-12 05:21:46 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-02-12 05:21:46 +0000 |
commit | 93e767bed88cb2195158981c6bfe6263c3bfe320 (patch) | |
tree | 947e09b09bd4421f2c6f709b016c460edeee0f88 | |
parent | bc3246f14624f96c82beaf94bba12fed77cef872 (diff) | |
download | gst-plugins-bad-93e767bed88cb2195158981c6bfe6263c3bfe320.tar.gz gst-plugins-bad-93e767bed88cb2195158981c6bfe6263c3bfe320.tar.bz2 gst-plugins-bad-93e767bed88cb2195158981c6bfe6263c3bfe320.zip |
tests/check/elements/souphttpsrc.c: Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
Original commit message from CVS:
* tests/check/elements/souphttpsrc.c:
Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | tests/check/elements/souphttpsrc.c | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,10 @@ 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. + +2008-02-12 Sebastian Dröge <slomo@circular-chaos.org> + * gst/librfb/gstrfbsrc.c: (gst_rfb_src_dispose): Free the rfb decoder on finalize. Fixes bug #515721. diff --git a/tests/check/elements/souphttpsrc.c b/tests/check/elements/souphttpsrc.c index 8f85c1df..6f5cac00 100644 --- a/tests/check/elements/souphttpsrc.c +++ b/tests/check/elements/souphttpsrc.c @@ -24,6 +24,7 @@ #endif #include <glib.h> +#include <glib/gprintf.h> #include <libsoup/soup-address.h> #include <libsoup/soup-message.h> #include <libsoup/soup-server.h> |