From 4158cf510a44b78fae32298d6a8fd408ade3ff1f Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Mon, 27 Oct 2008 09:00:29 +0000 Subject: ext/soup/gstsouphttpsrc.c: Add support for souphttpsrc to act as a live source. This makes it possible to get timesta... Original commit message from CVS: Patch by: Sjoerd Simons * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init), (gst_soup_http_src_set_property), (gst_soup_http_src_get_property): Add support for souphttpsrc to act as a live source. This makes it possible to get timestamped buffers in combination with the "do-timestamp" property. Fixes bug #556019. --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5e5e11c8..035ae317 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-10-27 Sebastian Dröge + + Patch by: Sjoerd Simons + + * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init), + (gst_soup_http_src_set_property), (gst_soup_http_src_get_property): + Add support for souphttpsrc to act as a live source. This makes it + possible to get timestamped buffers in combination with the + "do-timestamp" property. Fixes bug #556019. + 2008-10-27 Stefan Kost * gst/autodetect/Makefile.am: @@ -11,7 +21,6 @@ Implement src plugins. Little code/string cleanup in the sinks. Fixes #523813. - 2008-10-27 Sebastian Dröge Patch by: Peter Kjellerstedt -- cgit