rtpgstpay: declare frag_offset to hold 32bits.

As specified in documenation above and below.

https://bugzilla.gnome.org/show_bug.cgi?id=646954
This commit is contained in:
Haakon Sporsheim 2011-04-05 21:14:43 +02:00 committed by Tim-Philipp Müller
parent 93f022d6ab
commit fd545e260d

View 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);