summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e5e11c8..035ae317 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ Patch by: Sjoerd Simons <sjoerd at luon dot net>
+
+ * 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 <ensonic@users.sf.net>
* 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 <sebastian.droege@collabora.co.uk>
Patch by: Peter Kjellerstedt <pkj at axis com>