mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
rtpmp4gdepay: improve bogus interleaved index compensating
Patch by <gudake@gmail.com> Fixes #654585.
This commit is contained in:
parent
7b592ff126
commit
06f8e356a6
1 changed files with 2 additions and 0 deletions
|
@ -611,6 +611,8 @@ gst_rtp_mp4g_depay_process (GstBaseRTPDepayload * depayload, GstBuffer * buf)
|
|||
rtpmp4gdepay->next_AU_index = GST_BUFFER_OFFSET (outbuf);
|
||||
gst_rtp_mp4g_depay_flush_queue (rtpmp4gdepay);
|
||||
}
|
||||
/* rebase next_AU_index to current rtp's first AU_index */
|
||||
rtpmp4gdepay->next_AU_index = AU_index;
|
||||
}
|
||||
rtpmp4gdepay->prev_rtptime = rtptime;
|
||||
rtpmp4gdepay->prev_AU_num = num_AU_headers;
|
||||
|
|
Loading…
Reference in a new issue