From 69cffbcbd2c4b73c58a877b13936198146952505 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Thu, 21 Sep 2006 14:01:18 +0000 Subject: 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. --- ext/neon/gstneonhttpsrc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext/neon/gstneonhttpsrc.h') 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 * @@ -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__ */ + -- cgit v1.2.1