diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2006-09-21 14:01:18 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2006-09-21 14:01:18 +0000 |
commit | 69cffbcbd2c4b73c58a877b13936198146952505 (patch) | |
tree | 68ad06ccc4f28cbb4fb7b147a6962decb0d74ea6 /ext/neon/gstneonhttpsrc.h | |
parent | 2dec089aeb15fa9523f0e0933368d1d31bd1560f (diff) | |
download | gst-plugins-bad-69cffbcbd2c4b73c58a877b13936198146952505.tar.gz gst-plugins-bad-69cffbcbd2c4b73c58a877b13936198146952505.tar.bz2 gst-plugins-bad-69cffbcbd2c4b73c58a877b13936198146952505.zip |
Reverted previous commit (2006-09-19 - Allow internal codes from last.fm). As dicussed on #gstreamer it should be don...
Original commit message from CVS:
Reverted previous commit (2006-09-19 - Allow internal codes from last.fm). As dicussed on #gstreamer it should be done in separete element.
Diffstat (limited to 'ext/neon/gstneonhttpsrc.h')
-rw-r--r-- | ext/neon/gstneonhttpsrc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/neon/gstneonhttpsrc.h b/ext/neon/gstneonhttpsrc.h index 06343b80..486b76c3 100644 --- a/ext/neon/gstneonhttpsrc.h +++ b/ext/neon/gstneonhttpsrc.h @@ -1,4 +1,3 @@ -/* 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> * @@ -59,7 +58,6 @@ struct _GstNeonhttpSrc { /* icecast/audiocast metadata extraction handling */ gboolean iradio_mode; - gboolean lastfm_mode; gchar *iradio_name; gchar *iradio_genre; gchar *iradio_url; @@ -82,3 +80,4 @@ GType gst_neonhttp_src_get_type (void); G_END_DECLS #endif /* __GST_NEONHTTP_SRC_H__ */ + |