diff --git a/ext/shout/gstshout.c b/ext/shout/gstshout.c index 1c2e6a9cc7..cda20e7fe1 100644 --- a/ext/shout/gstshout.c +++ b/ext/shout/gstshout.c @@ -109,7 +109,7 @@ gst_icecastsend_get_type (void) if (!icecastsend_type) { static const GTypeInfo icecastsend_info = { sizeof (GstIcecastSendClass), - (GBaseInitFunc gst_icecastsend_base_init, NULL, + (GBaseInitFunc) gst_icecastsend_base_init, NULL, (GClassInitFunc) gst_icecastsend_class_init, NULL, NULL, sizeof (GstIcecastSend), 0, (GInstanceInitFunc) gst_icecastsend_init,