From cc2d5bd32b8db721e15aa4fa62cdc4852d233351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 22 Mar 2008 19:26:04 +0000 Subject: 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. --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 09f6bd81..f61c468d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2008-03-22 Sebastian Dröge + + * 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 * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator): -- cgit v1.2.1