summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpgsmpay.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-10-26 10:03:02 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-10-26 10:03:02 +0000
commit60f30e3083fb6434808890fe68ffe906c5c12667 (patch)
treeed023d90ac028f608bfa8dc82ac263a4bc976f57 /gst/rtp/gstrtpgsmpay.c
parent0f4689cdf437526642de47d24ee7e380e42dfa42 (diff)
fix compilation
Original commit message from CVS: fix compilation
Diffstat (limited to 'gst/rtp/gstrtpgsmpay.c')
-rw-r--r--gst/rtp/gstrtpgsmpay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpgsmpay.c b/gst/rtp/gstrtpgsmpay.c
index 06fc9518..692f3883 100644
--- a/gst/rtp/gstrtpgsmpay.c
+++ b/gst/rtp/gstrtpgsmpay.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;