From accd6bd1a9957ec89d591c599b7902b6d96deb5e Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Fri, 25 Mar 2016 15:18:13 +0100 Subject: [PATCH] docs: Add duration fix to changelog. --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index f8f7e43b..2e9ca56a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -18,6 +18,11 @@ Bug fix release. - Audio: Fix buffer conversion. This fixes image extraction. (PR: :issue:`1472`) +- Audio: Update scan logic to workaround GStreamer issue where tags and + duration might only be available after we start playing. + (Fixes: :issue:`935`, :issue:`1453`, :issue:`1474` and :issue:`1480` + PR: :issue:`1487`) + v2.0.0 (2016-02-15) ===================