summaryrefslogtreecommitdiffstats
path: root/ext/soup
AgeCommit message (Expand)AuthorFilesLines
2008-02-06ext/soup/gstsouphttpsrc.c: Fix memory leak and improve debugging a bit.Wouter Cloetens1-2/+2
2008-01-31ext/soup/gstsouphttpsrc.c: Add changes to gstsouphttpsrc.c that were missing ...Sebastian Dröge1-150/+148
2008-01-31Make coding style more consistent, including class renaming.Wouter Cloetens1-49/+52
2008-01-30ext/soup/gstsouphttpsrc.c: Update documentation a bit.Wouter Cloetens1-7/+13
2008-01-30ext/soup/gstsouphttpsrc.c: Let the proxy property default to the content of t...Wouter Cloetens1-1/+8
2008-01-30docs/plugins/: Add souphttpsrc to the docs.Wouter Cloetens2-264/+482
2008-01-20ext/soup/gstsouphttpsrc.c: Report the size of the stream as the total size in...Wouter Cloetens1-10/+14
2008-01-19ext/soup/gstsouphttpsrc.c: Correctly set duration on the GstBaseSrc segment w...Wouter Cloetens1-0/+4
2008-01-18ext/soup/gstsouphttpsrc.c: Add support for WebDAV.Sebastian Dröge1-1/+1
2008-01-18ext/soup/gstsouphttpsrc.*: Add support for seeking to souphttpsrc. Fixes bug ...Wouter Cloetens2-5/+75
2007-12-28ext/soup/: Use gst_tag_freeform_string_to_utf8() and post radio station info ...Tim-Philipp Müller2-41/+36
2007-12-11ext/soup/gstsouphttpsrc.*: Do not try to unpause I/O in the "queued" state.Wouter Cloetens2-39/+351
2007-11-29configure.ac: Bump libsoup requirement as libsoup does not support async clie...Wouter Cloetens2-14/+104
2007-11-15Added HTTP source based on libsoup. Fixes #497020.Wouter Cloetens3-0/+448