summaryrefslogtreecommitdiffstats
path: root/ext/shout
diff options
context:
space:
mode:
Diffstat (limited to 'ext/shout')
-rw-r--r--ext/shout/gstshout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/shout/gstshout.c b/ext/shout/gstshout.c
index 1c2e6a9c..cda20e7f 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,