diff options
author | dolphy <dolphy@2b0047a9-a6d8-0310-accf-f7200b2a168c> | 2014-02-24 11:48:51 +0000 |
---|---|---|
committer | dolphy <dolphy@2b0047a9-a6d8-0310-accf-f7200b2a168c> | 2014-02-24 11:48:51 +0000 |
commit | f48cfc8d4799b2fd7e0b22556d03cc1f46560874 (patch) | |
tree | e09121b7ce31b4bcc1d732f04ec4bc838bb9218e /ChangeLog | |
parent | 82a525a22d0389c44ad9983258d82f607b65ff93 (diff) |
2014-02-24 Julien Moutte <julien@fluendo.com>
* src/flump3dec-0_10.c: Make sure we provide the incoming timestamp
to the decoding function. This fixes some A/V sync issues where the
MP3 decoder was ignoring incoming timestamps and generating a perfectly
continuous stream.
git-svn-id: https://core.fluendo.com/gstreamer/svn/trunk/gst-fluendo-mp3@2578 2b0047a9-a6d8-0310-accf-f7200b2a168c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2014-02-24 Julien Moutte <julien@fluendo.com> + + * src/flump3dec-0_10.c: Make sure we provide the incoming timestamp + to the decoding function. This fixes some A/V sync issues where the + MP3 decoder was ignoring incoming timestamps and generating a perfectly + continuous stream. + 2014-01-31 Andoni Morales <amorales@fluendo.com> * src/mp3-c-synth.c: |