audiodecoder: don't discard timestamps when consecutive input buffers have the same ts
authorAlessandro Decina <alessandro.d@gmail.com>
Wed, 4 Apr 2012 18:43:23 +0000 (20:43 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 5 Apr 2012 08:19:46 +0000 (10:19 +0200)
commitebf80977c43185e7a2fc0a915429ebb128459580
tree1a8a8894c9170806b284b7ddacc75cc2e2dc76cc
parent6eeca397fc149e00c1b3e31a6033965e5d9123ea
audiodecoder: don't discard timestamps when consecutive input buffers have the same ts

Avoid pushing out buffers with the same timestamp only if the out buffers are
decoded from the same input buffer. Instead keep the timestamps when upstream
pushes consecutive buffers with the same ts.
gst-libs/gst/audio/gstaudiodecoder.c