summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLutz Mueller <lutz@topfrose.de>2006-07-07 11:44:05 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-07-07 11:44:05 +0000
commit4af71bd569e4a34f0e06a48557be8b1376f9c022 (patch)
treeae91af04719dce8233f3222606b9573bf376b4e9 /ChangeLog
parent430a2ba2ad96b43bae6fc960e9dd77966fc4e91f (diff)
downloadgst-plugins-bad-4af71bd569e4a34f0e06a48557be8b1376f9c022.tar.gz
gst-plugins-bad-4af71bd569e4a34f0e06a48557be8b1376f9c022.tar.bz2
gst-plugins-bad-4af71bd569e4a34f0e06a48557be8b1376f9c022.zip
ext/neon/gstneonhttpsrc.*: Remove unlock function. start/stop will do everything needed
Original commit message from CVS: Patch by: Lutz Mueller <lutz at topfrose dot de> * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init), (gst_neonhttp_src_init), (gst_neonhttp_src_finalize), (request_dispatch), (gst_neonhttp_src_create), (gst_neonhttp_src_start), (gst_neonhttp_src_get_size), (gst_neonhttp_src_stop), (set_proxy), (set_uri), (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property), (gst_neonhttp_src_uri_set_uri), (size_header_handler): * ext/neon/gstneonhttpsrc.h: Remove unlock function. start/stop will do everything needed Removed code that was never called. Use gst_pad_alloc_buffer. Don't send EOS - parent class does that for us. Do not escape path. Fixes #346723. Additional code cleanups.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5dfba24..d05b3c27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2006-07-07 Wim Taymans <wim@fluendo.com>
+
+ Patch by: Lutz Mueller <lutz at topfrose dot de>
+
+ * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
+ (gst_neonhttp_src_init), (gst_neonhttp_src_finalize),
+ (request_dispatch), (gst_neonhttp_src_create),
+ (gst_neonhttp_src_start), (gst_neonhttp_src_get_size),
+ (gst_neonhttp_src_stop), (set_proxy), (set_uri),
+ (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
+ (gst_neonhttp_src_uri_set_uri), (size_header_handler):
+ * ext/neon/gstneonhttpsrc.h:
+ Remove unlock function. start/stop will do everything needed
+ Removed code that was never called.
+ Use gst_pad_alloc_buffer. Don't send EOS - parent class does that for us.
+ Do not escape path. Fixes #346723.
+ Additional code cleanups.
+
2006-07-03 Tim-Philipp Müller <tim at centricular dot net>
* gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),