summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-10-08 06:07:22 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-10-08 06:07:22 +0000
commite5a48677c1d9febf7f5d0ca170e3b91374a44343 (patch)
treeca137eecb4525c826625215f3ba152827fa13ee5 /ChangeLog
parentf4b32ca36d25de8a7c07dd9262fb7ab35b5bcccc (diff)
downloadgst-plugins-bad-e5a48677c1d9febf7f5d0ca170e3b91374a44343.tar.gz
gst-plugins-bad-e5a48677c1d9febf7f5d0ca170e3b91374a44343.tar.bz2
gst-plugins-bad-e5a48677c1d9febf7f5d0ca170e3b91374a44343.zip
ext/gio/gstgio.c: Use GIO function to get a list of supported URI schemes instead of hard coding something.
Original commit message from CVS: * ext/gio/gstgio.c: (gst_gio_get_supported_protocols): Use GIO function to get a list of supported URI schemes instead of hard coding something.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c718c209..0edada02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-08 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
+ Use GIO function to get a list of supported URI schemes instead of
+ hard coding something.
+
2007-10-05 Wim Taymans <wim.taymans@gmail.com>
* gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout),