rtpgstpay: declare frag_offset to hold 32bits.
authorHaakon Sporsheim <haakon.sporsheim@gmail.com>
Tue, 5 Apr 2011 19:14:43 +0000 (21:14 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 9 Apr 2011 22:14:18 +0000 (23:14 +0100)
As specified in documenation above and below.

https://bugzilla.gnome.org/show_bug.cgi?id=646954

gst/rtp/gstrtpgstpay.c

index 3e1aaad..67dd1bf 100644 (file)
@@ -152,7 +152,7 @@ gst_rtp_gst_pay_handle_buffer (GstBaseRTPPayload * basepayload,
   GstBuffer *outbuf;
   GstFlowReturn ret;
   GstClockTime timestamp;
-  guint16 frag_offset;
+  guint32 frag_offset;
   guint flags;
 
   rtpgstpay = GST_RTP_GST_PAY (basepayload);