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:
parent
93f022d6ab
commit
fd545e260d
@ -152,7 +152,7 @@ gst_rtp_gst_pay_handle_buffer (GstBaseRTPPayload * basepayload,
|
|||||||
GstBuffer *outbuf;
|
GstBuffer *outbuf;
|
||||||
GstFlowReturn ret;
|
GstFlowReturn ret;
|
||||||
GstClockTime timestamp;
|
GstClockTime timestamp;
|
||||||
guint16 frag_offset;
|
guint32 frag_offset;
|
||||||
guint flags;
|
guint flags;
|
||||||
|
|
||||||
rtpgstpay = GST_RTP_GST_PAY (basepayload);
|
rtpgstpay = GST_RTP_GST_PAY (basepayload);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user