diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2006-08-04 21:04:55 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2006-08-04 21:04:55 +0000 |
commit | af9d0408cda6331790697e8145daf18b713cd33c (patch) | |
tree | a0e32bf572711d5176eda3882bec03be624499b4 /ext/neon/gstneonhttpsrc.h | |
parent | fac7780d026b8ff19b6078155f97e08530f42b29 (diff) | |
download | gst-plugins-bad-af9d0408cda6331790697e8145daf18b713cd33c.tar.gz gst-plugins-bad-af9d0408cda6331790697e8145daf18b713cd33c.tar.bz2 gst-plugins-bad-af9d0408cda6331790697e8145daf18b713cd33c.zip |
Allow HTTP redirect (HTTP status code 302).
Original commit message from CVS:
Allow HTTP redirect (HTTP status code 302).
Diffstat (limited to 'ext/neon/gstneonhttpsrc.h')
-rw-r--r-- | ext/neon/gstneonhttpsrc.h | 7 |
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 { |