summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtph263pay.c
diff options
context:
space:
mode:
authorJames Andrewartha <trs80 at ucc.gu.uwa.edu.au>2009-04-15 19:24:49 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-04-15 19:26:22 +0200
commitac48c2d211f6bb016f3fe7e4b6fb332f9c5e1132 (patch)
treed7e1c55220c4a018490613671616f4f6d3174ed2 /gst/rtp/gstrtph263pay.c
parent94d5d24cf0e72752d6d7d10c8357e48eaf366ca2 (diff)
rtph263pay: fix compilation on big-endian
Some semicolons were missing from the big-endian structs in gstrtph263pay.h. A GST_DEBUG call was missing a format specifier. Fixes #579069
Diffstat (limited to 'gst/rtp/gstrtph263pay.c')
-rw-r--r--gst/rtp/gstrtph263pay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtph263pay.c b/gst/rtp/gstrtph263pay.c
index 5e00bf7a..9d9debd4 100644
--- a/gst/rtp/gstrtph263pay.c
+++ b/gst/rtp/gstrtph263pay.c
@@ -734,7 +734,7 @@ gst_rtp_h263_pay_gobfinder (GstRtpH263Pay * rtph263pay,
}
}
- GST_DEBUG ("Couldn't find any new GBSC in this frame", range);
+ GST_DEBUG ("Couldn't find any new GBSC in this frame, range:%u", range);
b = gst_rtp_h263_pay_boundry_new (boundry->end + 1,
(guint8 *) (rtph263pay->data + rtph263pay->available_data - 1), 0, 0);