summaryrefslogtreecommitdiffstats
path: root/gst/goom/gstgoom.c
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/gstgoom.c
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/gstgoom.c')
-rw-r--r--gst/goom/gstgoom.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/goom/gstgoom.c b/gst/goom/gstgoom.c
index 3ccaf7d1..f1cf31b5 100644
--- a/gst/goom/gstgoom.c
+++ b/gst/goom/gstgoom.c
@@ -523,8 +523,7 @@ gst_goom_chain (GstPad * pad, GstBuffer * buffer)
GST_BUFFER_DURATION (outbuf) = goom->duration;
GST_BUFFER_SIZE (outbuf) = goom->outsize;
- out_frame = (guchar *) goom_update (goom->plugin, goom->datain, 0, 0,
- NULL, NULL);
+ out_frame = (guchar *) goom_update (goom->plugin, goom->datain, 0, 0);
memcpy (GST_BUFFER_DATA (outbuf), out_frame, goom->outsize);
GST_DEBUG ("Pushing frame with time=%" GST_TIME_FORMAT ", duration=%"