summaryrefslogtreecommitdiffstats
path: root/gst/oldcore/gstshaper.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/oldcore/gstshaper.c')
-rw-r--r--gst/oldcore/gstshaper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/oldcore/gstshaper.c b/gst/oldcore/gstshaper.c
index 50631fe8..9f8d4780 100644
--- a/gst/oldcore/gstshaper.c
+++ b/gst/oldcore/gstshaper.c
@@ -245,7 +245,7 @@ gst_shaper_request_new_pad (GstElement * element, GstPadTemplate * templ,
}
static void
-gst_shaper_init (GstShaper * shaper)
+gst_shaper_init (GstShaper * shaper, GstShaperClass * g_class)
{
gst_element_set_loop_function (GST_ELEMENT (shaper), gst_shaper_loop);