From 2b758195056f1cad6ab8827e52838969971395bd Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Tue, 29 Jul 2014 23:47:23 +0200 Subject: [PATCH] doc: Add changelog entry for jack sink fix (cherry picked from commit 0440703abbe8a96eb45a1795fdca2482f7998b9d) Conflicts: docs/changelog.rst --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index ac8084d3..3502425a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -13,6 +13,8 @@ Bug fix release. - Audio: Fix negative track length for radio streams. (Fixes: :issue:`662`, PR: :issue:`796`) +- Audio: Tell GStreamer to not pick Jack sink. (Fixes: :issue:`604`) + - Zeroconf: Fix discovery by adding ``.local`` to the announced hostname. (PR: :issue:`795`)