diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2006-09-19 21:49:52 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2006-09-19 21:49:52 +0000 |
commit | 1b8664b4c599dba3bef0a3142b1f19f987fab7a9 (patch) | |
tree | 0464b1fbfbf270d44c2dd9f96c5e66e5269fd750 /ext/neon/gstneonhttpsrc.h | |
parent | 90c098126098abe524f56206fe9056a1bfa6e655 (diff) | |
download | gst-plugins-bad-1b8664b4c599dba3bef0a3142b1f19f987fab7a9.tar.gz gst-plugins-bad-1b8664b4c599dba3bef0a3142b1f19f987fab7a9.tar.bz2 gst-plugins-bad-1b8664b4c599dba3bef0a3142b1f19f987fab7a9.zip |
Allow internal codes from last.fm
Original commit message from CVS:
Allow internal codes from last.fm
Diffstat (limited to 'ext/neon/gstneonhttpsrc.h')
-rw-r--r-- | ext/neon/gstneonhttpsrc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/neon/gstneonhttpsrc.h b/ext/neon/gstneonhttpsrc.h index 07972810..06343b80 100644 --- a/ext/neon/gstneonhttpsrc.h +++ b/ext/neon/gstneonhttpsrc.h @@ -59,6 +59,7 @@ struct _GstNeonhttpSrc { /* icecast/audiocast metadata extraction handling */ gboolean iradio_mode; + gboolean lastfm_mode; gchar *iradio_name; gchar *iradio_genre; gchar *iradio_url; |