From 6ffee3230a7bde00c690fa7467e1b1442c89cba3 Mon Sep 17 00:00:00 2001 From: Lutz Mueller Date: Fri, 2 Mar 2007 12:04:02 +0000 Subject: ext/neon/gstneonhttpsrc.*: Simplify _set_uri() and _set_proxy() and remove the unused ishttp member (#388050). 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_set_property), (gst_neonhttp_src_set_uri), (gst_neonhttp_src_set_proxy), (gst_neonhttp_src_send_request_and_redirect), (gst_neonhttp_src_uri_set_uri): * ext/neon/gstneonhttpsrc.h: Simplify _set_uri() and _set_proxy() and remove the unused ishttp member (#388050). * tests/check/elements/neonhttpsrc.c: (GST_START_TEST): Fix bogus URI to something that actually exists, otherwise we just bypass the test (and also to something that doesn't redirect, since neonhttpsrc doesn't seem to handle this very gracefully yet) --- ext/neon/gstneonhttpsrc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/neon/gstneonhttpsrc.h') diff --git a/ext/neon/gstneonhttpsrc.h b/ext/neon/gstneonhttpsrc.h index df52fc57..2f5fc4d8 100644 --- a/ext/neon/gstneonhttpsrc.h +++ b/ext/neon/gstneonhttpsrc.h @@ -52,8 +52,6 @@ struct _GstNeonhttpSrc { ne_uri proxy; gchar *user_agent; - gboolean ishttps; - guint64 content_size; gboolean eos; -- cgit v1.2.1