diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-10-08 06:07:22 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-10-08 06:07:22 +0000 |
commit | e5a48677c1d9febf7f5d0ca170e3b91374a44343 (patch) | |
tree | ca137eecb4525c826625215f3ba152827fa13ee5 /ChangeLog | |
parent | f4b32ca36d25de8a7c07dd9262fb7ab35b5bcccc (diff) | |
download | gst-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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), |