From 60f30e3083fb6434808890fe68ffe906c5c12667 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 26 Oct 2005 10:03:02 +0000 Subject: fix compilation Original commit message from CVS: fix compilation --- gst/rtp/gstrtpgsmenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/rtp/gstrtpgsmenc.c') diff --git a/gst/rtp/gstrtpgsmenc.c b/gst/rtp/gstrtpgsmenc.c index 06fc9518..692f3883 100644 --- a/gst/rtp/gstrtpgsmenc.c +++ b/gst/rtp/gstrtpgsmenc.c @@ -139,7 +139,7 @@ gst_rtpgsmenc_setcaps (GstBaseRTPPayload * payload, GstCaps * caps) ret = gst_structure_get_int (structure, "rate", - &(GST_BASE_RTP_PAYLOAD (rtpgsmenc)->clock_rate)); + (gint *) & (GST_BASE_RTP_PAYLOAD (rtpgsmenc)->clock_rate)); if (!ret) return FALSE; -- cgit