gst/mpegaudioparse/gstmpegaudioparse.c: Try a bit harder to get valid timestamps...
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 22 Feb 2008 06:25:28 +0000 (06:25 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 22 Feb 2008 06:25:28 +0000 (06:25 +0000)
commit14926b9c60c91fc2eef0d8a21903016d0d16a15a
treee7022fe87876ffa3894b875d412a58fdca21aa16
parent269a9706fcd0fd90c5193a805770ec4d74d0be91
gst/mpegaudioparse/gstmpegaudioparse.c: Try a bit harder to get valid timestamps, especially if upstream gives us one...

Original commit message from CVS:
* gst/mpegaudioparse/gstmpegaudioparse.c:
(gst_mp3parse_emit_frame), (gst_mp3parse_chain):
Try a bit harder to get valid timestamps, especially if upstream
gives us one and we are at the first frame or resyncing.
Return UNEXPECTED if we get a valid timestamp that is outside of
our configured segment. After all changes done so far this doesn't
seem to cause any regression, please test.
ChangeLog
gst/mpegaudioparse/gstmpegaudioparse.c