GNOME Bugzilla – Bug 651625
[ffdec] Check for AV_NOPTS_VALUE in PTS
Last modified: 2011-06-06 13:58:43 UTC
I've tried decoding some AAC LATM streams with ffdec_aac_latm and the result is poor. Timestamps in the decoded data are incorrect and after some investigation it seems that gst-ffmpeg decoder doesn't check for AV_NOPTS_VALUE in PTS. Using AV_NOPTS_VALUE like a valid PTS causes the incorrect output timestamps, the attached patch should fix this.
Created attachment 188981 [details] [review] Check for AV_NOPTS_VALUE in PTS value
commit 4a66ecdf2577c3f9e7cffb143f3907edea01e00f Author: Raimo Järvi <raimo.jarvi@gmail.com> Date: Tue May 31 13:16:26 2011 +0300 ffdec: Check for AV_NOPTS_VALUE in PTS value. https://bugzilla.gnome.org/show_bug.cgi?id=651625
Shouldn't target milestone be 0.10.12?
> Shouldn't target milestone be 0.10.12? It should, thanks.