From 733db5d24121de56b6ddc6124abbff53587079e9 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 21 Oct 2010 23:53:43 +0200 Subject: [PATCH] Add GH-21/24 fix to changelog --- docs/changes.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index db5c24a6..ed3cb080 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -37,6 +37,10 @@ No description yet. random mode. (Fixes :issue:`17`) - Fix assertion error that happened if one removed tracks from the current playlist, while in random mode. (Fixes :issue:`22`) +- GStreamerOutput: Set ``caps`` on the ``appsrc`` bin before use. This makes + sound output work with GStreamer >= 0.10.29, which includes the versions used + in Ubuntu 10.10 and on OS X if using Homebrew. (Fixes: :issue:`21`, + :issue:`24`, contributes to :issue:`14`) 0.1.0 (2010-08-23)