diff options
| author | Sjoerd Simons <sjoerd@luon.net> | 2008-10-27 09:00:29 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-10-27 09:00:29 +0000 |
| commit | 4158cf510a44b78fae32298d6a8fd408ade3ff1f (patch) | |
| tree | d4d266ea9336395977cf12d1687086ea9dfd4917 /ChangeLog | |
| parent | a6f4df463d14d2880c2246ca879dbab4b043560f (diff) | |
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 <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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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> |
