diff options
author | Mart Raudsepp <leio@gentoo.org> | 2015-01-02 03:06:18 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2015-01-02 03:06:18 +0000 |
commit | 084d9ff1a94c8a43252500157e3b46476db1606d (patch) | |
tree | 45ceb2ca2977e40e9d1077cde09a6c0c3ddc8d0e /media-plugins/gst-plugins-soup/metadata.xml | |
parent | Fix Bug 534180 - dev-haskell/dataenc-0.14.0.5 - setup: At least the following... (diff) | |
download | historical-084d9ff1a94c8a43252500157e3b46476db1606d.tar.gz historical-084d9ff1a94c8a43252500157e3b46476db1606d.tar.bz2 historical-084d9ff1a94c8a43252500157e3b46476db1606d.zip |
Version bump, remove old. Update metadata and description for souphttpclientsink element, which was introduced long ago. Noteworthy upstream improvements:
* Adds HTTP session logging support (http-log-level property).
* souphttpsrc: compress property for automatic gzip/deflate handling and keep-alive property for HTTP persistent connections.
* souphttpsrc: SSL/TLS certificate checking via ssl-strict, ssl-ca-file and ssl-use-system-ca-file properties; note that the default is strict checking against system CA file.
* souphttpsrc: retries property to define maximum number of retries until giving up (default is 3).
* souphttpsrc: custom sticky events which pass HTTP request and response headers (e.g to get cookie information downstream).
* Many bug fixes, a lot about EOS handling.
Package-Manager: portage-2.2.15/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/gst-plugins-soup/metadata.xml')
-rw-r--r-- | media-plugins/gst-plugins-soup/metadata.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-soup/metadata.xml b/media-plugins/gst-plugins-soup/metadata.xml index d38190001cb4..61a5125250b1 100644 --- a/media-plugins/gst-plugins-soup/metadata.xml +++ b/media-plugins/gst-plugins-soup/metadata.xml @@ -3,9 +3,10 @@ <pkgmetadata> <herd>gstreamer</herd> <longdescription lang="en"> - GStreamer plugin for HTTP client sources via net-libs/libsoup. + GStreamer plugin for HTTP client source/sink via net-libs/libsoup. - Includes the following element: + Includes the following elements: * souphttpsrc - Receive data as a client over the network via HTTP using SOUP + * souphttpclientsink - Sends streams to HTTP server via PUT </longdescription> </pkgmetadata> |