summaryrefslogtreecommitdiffstats
path: root/ext/soup/gstsouphttpsrc.c
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-03-22 18:18:46 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-03-22 18:18:46 +0000
commit0a50373a8981dc298885a15efcf166c7c5f52fbc (patch)
treef93393bfb62dfdf10dbbda759f6d0b348b280f61 /ext/soup/gstsouphttpsrc.c
parent149ba3fed122d609b32cba135576e5b2f75b0464 (diff)
ext/soup/gstsouphttpsrc.c: Actually set the icy caps on our src pad if we have icecast data.
Original commit message from CVS: * 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.
Diffstat (limited to 'ext/soup/gstsouphttpsrc.c')
-rw-r--r--ext/soup/gstsouphttpsrc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/soup/gstsouphttpsrc.c b/ext/soup/gstsouphttpsrc.c
index f5ba2501..6c43aab1 100644
--- a/ext/soup/gstsouphttpsrc.c
+++ b/ext/soup/gstsouphttpsrc.c
@@ -731,6 +731,7 @@ gst_soup_http_src_chunk_allocator (SoupMessage * msg, gsize max_len,
rc = gst_pad_alloc_buffer (GST_BASE_SRC_PAD (basesrc),
GST_BUFFER_OFFSET_NONE, length,
+ src->icy_caps ? src->icy_caps :
GST_PAD_CAPS (GST_BASE_SRC_PAD (basesrc)), &gstbuf);
if (G_UNLIKELY (rc != GST_FLOW_OK)) {
/* Failed to allocate buffer. Stall SoupSession and return error code