From af9d0408cda6331790697e8145daf18b713cd33c Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Fri, 4 Aug 2006 21:04:55 +0000 Subject: Allow HTTP redirect (HTTP status code 302). Original commit message from CVS: Allow HTTP redirect (HTTP status code 302). --- ext/neon/gstneonhttpsrc.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ext/neon/gstneonhttpsrc.h') diff --git a/ext/neon/gstneonhttpsrc.h b/ext/neon/gstneonhttpsrc.h index f58d1336..07972810 100644 --- a/ext/neon/gstneonhttpsrc.h +++ b/ext/neon/gstneonhttpsrc.h @@ -1,3 +1,4 @@ +/* vim: set sw=2: -*- Mode: C; tab-width: 2; indent-tabs-mode: t; c-basic-offset: 2; c-indent-level: 2 -*- */ /* GStreamer * Copyright (C) <2005> Edgard Lima * @@ -63,6 +64,12 @@ struct _GstNeonhttpSrc { gchar *iradio_url; GstCaps *icy_caps; gint icy_metaint; + + /* enable Neon HTTP redirects (HTTP 302 status code) */ + gboolean neon_http_redirect; + + /* enable Neon HTTP debug messages */ + gboolean neon_http_msgs_dbg; }; struct _GstNeonhttpSrcClass { -- cgit v1.2.1