mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue