From 4af71bd569e4a34f0e06a48557be8b1376f9c022 Mon Sep 17 00:00:00 2001 From: Lutz Mueller Date: Fri, 7 Jul 2006 11:44:05 +0000 Subject: ext/neon/gstneonhttpsrc.*: Remove unlock function. start/stop will do everything needed Original commit message from CVS: Patch by: Lutz Mueller * 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. --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c5dfba24..d05b3c27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2006-07-07 Wim Taymans + + Patch by: Lutz Mueller + + * 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 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state), -- cgit v1.2.1