summaryrefslogtreecommitdiffstats
path: root/gst/goom/goom.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-04-09 16:11:40 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-04-09 16:11:40 +0000
commitb1877117fae7bdee38d388b586b28a54b4d264e4 (patch)
treede80f8d94dbb4f4516b04f6cc23b682a123b8acc /gst/goom/goom.h
parent758639f9a02bd2cc103ae3736e023b54cb488a9e (diff)
gst/goom/: Remove a bunch of font/text related code that we don't need.
Original commit message from CVS: * gst/goom/Makefile.am: * gst/goom/gfontlib.c: * gst/goom/gfontlib.h: * gst/goom/gfontrle.c: * gst/goom/gfontrle.h: * gst/goom/goom.h: * gst/goom/goom_core.c: (goom_update): * gst/goom/goom_plugin_info.h: * gst/goom/gstgoom.c: (gst_goom_chain): * gst/goom/plugin_info.c: Remove a bunch of font/text related code that we don't need.
Diffstat (limited to 'gst/goom/goom.h')
-rw-r--r--gst/goom/goom.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/gst/goom/goom.h b/gst/goom/goom.h
index b0ddab17..88f82f23 100644
--- a/gst/goom/goom.h
+++ b/gst/goom/goom.h
@@ -14,13 +14,8 @@ void goom_set_resolution (PluginInfo *goomInfo, guint32 resx, guint32 resy);
* forceMode == 0 : do nothing
* forceMode == -1 : lock the FX
* forceMode == 1..NB_FX : force a switch to FX n# forceMode
- *
- * songTitle = pointer to the title of the song...
- * - NULL if it is not the start of the song
- * - only have a value at the start of the song
*/
-guint32 *goom_update (PluginInfo *goomInfo, gint16 data[2][512], int forceMode, float fps,
- char *songTitle, char *message);
+guint32 *goom_update (PluginInfo *goomInfo, gint16 data[2][512], int forceMode, float fps);
/* returns 0 if the buffer wasn't accepted */
int goom_set_screenbuffer(PluginInfo *goomInfo, void *buffer);