summaryrefslogtreecommitdiffstats
path: root/ext/neon/gstneonhttpsrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/neon/gstneonhttpsrc.h')
-rw-r--r--ext/neon/gstneonhttpsrc.h7
1 files changed, 7 insertions, 0 deletions
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 <edgard.lima@indt.org.br>
*
@@ -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 {