platform/upstream/gstreamer.git
9 years agonetwork/http-launch: Encapsulate sending http responses in their own function, so...
luis [Sun, 10 May 2015 12:28:15 +0000 (14:28 +0200)]
network/http-launch: Encapsulate sending http responses in their own function, so they can be easily deferred (future work)

9 years agonetwork/http-launch: Make GList clients consistent (items valid always).
luis [Tue, 5 May 2015 11:45:49 +0000 (13:45 +0200)]
network/http-launch: Make GList clients consistent (items valid always).

9 years agonetwork/http-launch: Content-type header creation now happens into notify::caps signa...
Luis de Arquer [Wed, 18 Mar 2015 21:39:26 +0000 (21:39 +0000)]
network/http-launch: Content-type header creation now happens into notify::caps signal handler

9 years agonetwork/http-launch: Minor format changes
Luis de Arquer [Sat, 21 Feb 2015 13:49:58 +0000 (13:49 +0000)]
network/http-launch: Minor format changes

9 years agonetwork/http-launch: Content-type boundary tag is now taken from the multipartmux...
Luis de Arquer [Sat, 21 Feb 2015 13:04:19 +0000 (13:04 +0000)]
network/http-launch: Content-type boundary tag is now taken from the multipartmux "boundary" property

9 years agonetwork/http-launch: Add support for MJPEG streams using multipartmux
Luis de Arquer [Sat, 21 Feb 2015 12:33:17 +0000 (12:33 +0000)]
network/http-launch: Add support for MJPEG streams using multipartmux

9 years agonetwork/http-launch: segfault on GStreamer warnings because of wrong parsing function
Victor Sergienko [Tue, 27 Jan 2015 14:15:10 +0000 (16:15 +0200)]
network/http-launch: segfault on GStreamer warnings because of wrong parsing function

9 years agonetwork/http-launch: Fix segfault
Guillaume Seguin [Fri, 17 Oct 2014 12:43:25 +0000 (14:43 +0200)]
network/http-launch: Fix segfault

Message len was not updated when iterating in on_read_bytes

9 years agonetwork/http-launch: Add PORT command line argument
Guillaume Seguin [Fri, 17 Oct 2014 12:39:30 +0000 (14:39 +0200)]
network/http-launch: Add PORT command line argument

10 years agonetwork/http-launch: Append \0 at the end of the requests to make the string function...
Sebastian Dröge [Sun, 28 Jul 2013 17:01:34 +0000 (19:01 +0200)]
network/http-launch: Append \0 at the end of the requests to make the string functions happy

10 years agonetwork/http-launch: Make HTTP handling a bit more robust
Sebastian Dröge [Sun, 28 Jul 2013 16:53:51 +0000 (18:53 +0200)]
network/http-launch: Make HTTP handling a bit more robust

10 years agonetwork/http-launch: Fix writing response if the write could not be finished in one...
Sebastian Dröge [Sun, 28 Jul 2013 16:39:07 +0000 (18:39 +0200)]
network/http-launch: Fix writing response if the write could not be finished in one rurun

10 years agonetwork/http-launch: Disconnect clients if there was no valid HTTP request after...
Sebastian Dröge [Sun, 28 Jul 2013 16:38:01 +0000 (18:38 +0200)]
network/http-launch: Disconnect clients if there was no valid HTTP request after 1MB of data

10 years agonetwork/http-launch: Timeout if client did not do a GET after 5 seconds
Sebastian Dröge [Sun, 28 Jul 2013 16:35:20 +0000 (18:35 +0200)]
network/http-launch: Timeout if client did not do a GET after 5 seconds

10 years agonetwork/http-launch: Improve error reporting a bit
Sebastian Dröge [Sun, 28 Jul 2013 16:32:16 +0000 (18:32 +0200)]
network/http-launch: Improve error reporting a bit

and add some FIXME/TODO comments here and there

10 years agonetwork/http-launch: Fix copyright year
Sebastian Dröge [Sun, 28 Jul 2013 16:24:53 +0000 (18:24 +0200)]
network/http-launch: Fix copyright year

10 years agonetwork/http-launch: Add EOS handling
Sebastian Dröge [Sun, 28 Jul 2013 11:54:58 +0000 (13:54 +0200)]
network/http-launch: Add EOS handling

Just quit on EOS for now

10 years agonetwork/http-launch: Adjust timeout a bit
Sebastian Dröge [Sun, 28 Jul 2013 11:27:20 +0000 (13:27 +0200)]
network/http-launch: Adjust timeout a bit

10 years agonetwork/http-launch: Fix example commandline
Sebastian Dröge [Sun, 28 Jul 2013 11:03:51 +0000 (13:03 +0200)]
network/http-launch: Fix example commandline

10 years agonetwork/http-launch: Add initial, working version of the code
Sebastian Dröge [Sun, 28 Jul 2013 10:58:43 +0000 (12:58 +0200)]
network/http-launch: Add initial, working version of the code

10 years agonetwork/http-launch: Initial commit
Sebastian Dröge [Sun, 28 Jul 2013 08:42:34 +0000 (10:42 +0200)]
network/http-launch: Initial commit