diff --git a/ext/shout2/gstshout2.h b/ext/shout2/gstshout2.h index eaed730d54..408716692d 100644 --- a/ext/shout2/gstshout2.h +++ b/ext/shout2/gstshout2.h @@ -66,8 +66,8 @@ struct _GstShout2send { gchar *songmetadata; gchar *songartist; gchar *songtitle; - int format; - uint timeout; + gint format; + guint timeout; GstTagList* tags; };