diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-09-29 05:26:54 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-09-29 05:26:54 +0000 |
commit | 453fef95a1527997e6e360d134ed7087a4773876 (patch) | |
tree | f03ee917f06e714015ca637058a6de70a91a3f4e /ChangeLog | |
parent | 3668cfd91e87b70b41c3bad832d8486f55b9cd77 (diff) | |
download | gst-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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): |