summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-03-22 19:26:04 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-03-22 19:26:04 +0000
commitcc2d5bd32b8db721e15aa4fa62cdc4852d233351 (patch)
tree1910d09159e29061a8ec3b53eb9ba861731c7f48 /ChangeLog
parent89c2fe05be4f6f6ca0a03020ce3179c4fff178db (diff)
downloadgst-plugins-bad-cc2d5bd32b8db721e15aa4fa62cdc4852d233351.tar.gz
gst-plugins-bad-cc2d5bd32b8db721e15aa4fa62cdc4852d233351.tar.bz2
gst-plugins-bad-cc2d5bd32b8db721e15aa4fa62cdc4852d233351.zip
ext/soup/gstsouphttpsrc.c: Don't autoplug souphttpsrc for dav/davs. This is better handled by
Original commit message from CVS: * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb), (gst_soup_http_src_chunk_allocator), (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_uri_get_protocols): Don't autoplug souphttpsrc for dav/davs. This is better handled by GIO and GnomeVFS as they provide authentication. Don't leak the icy caps if we already set them and get a new icy-metaint header. Try harder to set the icy caps on the output buffer to have correct caps for the first buffer already. * tests/check/elements/souphttpsrc.c: (got_buffer), (GST_START_TEST): Check that we get a buffer with application/x-icy caps if iradio-mode is enabled and we have an icecast URL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09f6bd81..f61c468d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,25 @@
2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
+ * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb),
+ (gst_soup_http_src_chunk_allocator),
+ (gst_soup_http_src_got_chunk_cb),
+ (gst_soup_http_src_uri_get_protocols):
+ Don't autoplug souphttpsrc for dav/davs. This is better handled by
+ GIO and GnomeVFS as they provide authentication.
+
+ Don't leak the icy caps if we already set them and get a new
+ icy-metaint header.
+
+ Try harder to set the icy caps on the output buffer to have correct
+ caps for the first buffer already.
+
+ * tests/check/elements/souphttpsrc.c: (got_buffer),
+ (GST_START_TEST):
+ Check that we get a buffer with application/x-icy caps if iradio-mode
+ is enabled and we have an icecast URL.
+
+2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
+
* ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator):
Actually set the icy caps on our src pad if we have icecast data.
Fixes bug #523854.