summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-09-29 05:26:54 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-09-29 05:26:54 +0000
commit453fef95a1527997e6e360d134ed7087a4773876 (patch)
treef03ee917f06e714015ca637058a6de70a91a3f4e /ChangeLog
parent3668cfd91e87b70b41c3bad832d8486f55b9cd77 (diff)
downloadgst-plugins-bad-453fef95a1527997e6e360d134ed7087a4773876.tar.gz
gst-plugins-bad-453fef95a1527997e6e360d134ed7087a4773876.tar.bz2
gst-plugins-bad-453fef95a1527997e6e360d134ed7087a4773876.zip
configure.ac: Update gio's pkg-config file name as currently in SVN.
Original commit message from CVS: * configure.ac: Update gio's pkg-config file name as currently in SVN. * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location): Remove special casing for a NULL query string. g_strjoin won't add the separator if there's only one string.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75b0b2a6..1db622cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-09-29 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * configure.ac:
+ Update gio's pkg-config file name as currently in SVN.
+
+ * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location):
+ Remove special casing for a NULL query string. g_strjoin won't add
+ the separator if there's only one string.
+
2007-09-28 Wim Taymans <wim.taymans@gmail.com>
* gst/rtpmanager/gstrtpbin.c: (free_client):