rtph263pay: fix warning on macosx
authorJosep Torra <n770galaxy@gmail.com>
Fri, 9 Oct 2009 09:57:59 +0000 (11:57 +0200)
committerJosep Torra <n770galaxy@gmail.com>
Fri, 9 Oct 2009 09:57:59 +0000 (11:57 +0200)
gst/rtp/gstrtph263pay.c

index 7a3a033..fea83b2 100644 (file)
@@ -708,7 +708,7 @@ gst_rtp_h263_pay_gobfinder (GstRtpH263Pay * rtph263pay,
     if ((current[i] == 0x0) &&
         (current[i + 1] == 0x0) && (current[i + 2] >> 7 == 0x1)) {
       GST_LOG ("GOB end found at: %p start: %p len: %d", current + i - 1,
-          boundry->end + 1, current + i - boundry->end + 2);
+          boundry->end + 1, (gint) (current + i - boundry->end + 2));
       gst_rtp_h263_pay_boundry_init (boundry, boundry->end + 1,
           current + i - 1, 0, 0);